From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EBB215801B for ; Sat, 8 Apr 2023 14:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396E9E07AE; Sat, 8 Apr 2023 14:29:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C752E07AE for ; Sat, 8 Apr 2023 14:29:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 066913410F7 for ; Sat, 8 Apr 2023 14:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDEBCA2C for ; Sat, 8 Apr 2023 14:29:08 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1680964111.2299e56b110834ccc6e8d9a675d1093a4d8559a0.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/caffe2/caffe2-2.0.0-r1.ebuild sci-libs/caffe2/caffe2-2.0.0.ebuild sci-libs/caffe2/metadata.xml X-VCS-Directories: sci-libs/caffe2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2299e56b110834ccc6e8d9a675d1093a4d8559a0 X-VCS-Branch: master Date: Sat, 8 Apr 2023 14:29:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ffbc4811-1888-4519-b938-e2ffae65f3dd X-Archives-Hash: 556ad3cee29b43277332a420627e6840 commit: 2299e56b110834ccc6e8d9a675d1093a4d8559a0 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Apr 8 14:28:31 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Apr 8 14:28:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2299e56b sci-libs/caffe2: enable use of FBGEMM Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/caffe2/{caffe2-2.0.0.ebuild => caffe2-2.0.0-r1.ebuild} | 5 +++-- sci-libs/caffe2/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/caffe2/caffe2-2.0.0.ebuild b/sci-libs/caffe2/caffe2-2.0.0-r1.ebuild similarity index 96% rename from sci-libs/caffe2/caffe2-2.0.0.ebuild rename to sci-libs/caffe2/caffe2-2.0.0-r1.ebuild index 9b010cdda9a9..ae14175b2471 100644 --- a/sci-libs/caffe2/caffe2-2.0.0.ebuild +++ b/sci-libs/caffe2/caffe2-2.0.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/pytorch/${MYPN}/archive/refs/tags/v${PV}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="cuda distributed ffmpeg mpi nnpack +numpy opencl opencv openmp qnnpack tensorpipe xnnpack" +IUSE="cuda distributed fbgemm ffmpeg mpi nnpack +numpy opencl opencv openmp qnnpack tensorpipe xnnpack" RESTRICT="test" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -44,6 +44,7 @@ RDEPEND=" dev-libs/cudnn-frontend:0/8 Add support for CUDA processing Support distributed applications + Use FBGEMM Add support for video processing operators Use NNPACK Add support for math operations through numpy