commit: 715a287b389218206948f60a4e848300b56364e3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Jun 17 14:02:05 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Jun 17 14:02:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715a287b
sci-libs/caffe2: depends on virtual/mpi Closes: https://bugs.gentoo.org/908462 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/caffe2/{caffe2-2.0.1-r1.ebuild => caffe2-2.0.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/caffe2/caffe2-2.0.1-r1.ebuild b/sci-libs/caffe2/caffe2-2.0.1-r2.ebuild similarity index 98% rename from sci-libs/caffe2/caffe2-2.0.1-r1.ebuild rename to sci-libs/caffe2/caffe2-2.0.1-r2.ebuild index 65814fb3e0e6..b8f88ae63e41 100644 --- a/sci-libs/caffe2/caffe2-2.0.1-r1.ebuild +++ b/sci-libs/caffe2/caffe2-2.0.1-r2.ebuild @@ -49,7 +49,7 @@ RDEPEND=" fbgemm? ( dev-libs/FBGEMM ) ffmpeg? ( media-video/ffmpeg:= ) gloo? ( sci-libs/gloo[cuda?] ) - mpi? ( sys-cluster/openmpi ) + mpi? ( virtual/mpi ) nnpack? ( sci-libs/NNPACK ) numpy? ( $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] @@ -106,7 +106,7 @@ src_configure() { ewarn "" ewarn "To configure caffe2 with the CUDA compute capability that is optimal for your GPU," ewarn "set TORCH_CUDA_ARCH_LIST in your make.conf, and re-emerge caffe2." - ewarn "For example, to use CUDA capability 7.5 & 3.5, add: TORCH_CUDA_ARCH_LIST=7.5,3.5" + ewarn "For example, to use CUDA capability 7.5 & 3.5, add: TORCH_CUDA_ARCH_LIST=7.5 3.5" ewarn "For a Maxwell model GPU, an example value would be: TORCH_CUDA_ARCH_LIST=Maxwell" ewarn "" ewarn "You can look up your GPU's CUDA compute capability at https://developer.nvidia.com/cuda-gpus"
