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 10EE7158030 for ; Tue, 28 Feb 2023 07:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FFEEE069C; Tue, 28 Feb 2023 07:12:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32D02E069C for ; Tue, 28 Feb 2023 07:12:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F31ED340D2E for ; Tue, 28 Feb 2023 07:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49FF4807 for ; Tue, 28 Feb 2023 07:12:34 +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: <1677568325.70a1cabccd1d81a307686ab693d0443a439b64d1.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-1.13.1-r2.ebuild sci-libs/caffe2/caffe2-1.13.1-r3.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: 70a1cabccd1d81a307686ab693d0443a439b64d1 X-VCS-Branch: master Date: Tue, 28 Feb 2023 07:12:34 +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: aef8fc12-7377-401c-afab-5c336efa71f7 X-Archives-Hash: b4b53e52f64a38083e307739ca2271aa commit: 70a1cabccd1d81a307686ab693d0443a439b64d1 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Feb 28 07:10:59 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Feb 28 07:12:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a1cabc sci-libs/caffe2: add mpi use flag Signed-off-by: Alfredo Tupone gentoo.org> .../caffe2/{caffe2-1.13.1-r2.ebuild => caffe2-1.13.1-r3.ebuild} | 8 ++++++-- sci-libs/caffe2/metadata.xml | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-libs/caffe2/caffe2-1.13.1-r2.ebuild b/sci-libs/caffe2/caffe2-1.13.1-r3.ebuild similarity index 95% rename from sci-libs/caffe2/caffe2-1.13.1-r2.ebuild rename to sci-libs/caffe2/caffe2-1.13.1-r3.ebuild index d985af6d9995..04521a5c26ef 100644 --- a/sci-libs/caffe2/caffe2-1.13.1-r2.ebuild +++ b/sci-libs/caffe2/caffe2-1.13.1-r3.ebuild @@ -17,11 +17,12 @@ SRC_URI="https://github.com/pytorch/${MYPN}/archive/refs/tags/v${PV}.tar.gz LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="cuda ffmpeg nnpack +numpy opencl opencv openmp qnnpack xnnpack" +IUSE="cuda distributed ffmpeg mpi nnpack +numpy opencl opencv openmp qnnpack xnnpack" RESTRICT="test" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} ffmpeg? ( opencv ) + mpi? ( distributed ) " # ?? ( cuda rocm ) # CUDA 12 not supported yet: https://github.com/pytorch/pytorch/issues/91122 @@ -43,6 +44,7 @@ RDEPEND=" Add support for CUDA processing + Support distributed applications Add support for video processing operators Use NNPACK Add support for math operations through numpy