diff options
author | 2023-04-23 19:24:37 +0200 | |
---|---|---|
committer | 2023-04-23 19:25:05 +0200 | |
commit | 2e4e05aca4cca79904e30cdbc9019043a5261262 (patch) | |
tree | 316afcb91a124baf217c5ce2d7aa561e878fc4e5 /sci-libs | |
parent | net-dialup/ppp: drop redundant src_compile function (diff) | |
download | gentoo-2e4e05aca4cca79904e30cdbc9019043a5261262.tar.gz gentoo-2e4e05aca4cca79904e30cdbc9019043a5261262.tar.bz2 gentoo-2e4e05aca4cca79904e30cdbc9019043a5261262.zip |
sci-libs/caffe2: disable nvfuser
Closes: https://bugs.gentoo.org/904886
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.0.0-r2.ebuild (renamed from sci-libs/caffe2/caffe2-2.0.0-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-2.0.0-r1.ebuild b/sci-libs/caffe2/caffe2-2.0.0-r2.ebuild index 4f0586de46e1..38ce9cd3befa 100644 --- a/sci-libs/caffe2/caffe2-2.0.0-r1.ebuild +++ b/sci-libs/caffe2/caffe2-2.0.0-r2.ebuild @@ -114,6 +114,7 @@ src_configure() { -DUSE_CUDNN=$(usex cuda) -DUSE_FAST_NVCC=$(usex cuda) -DTORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST:-3.5 7.0}" + -DBUILD_NVFUSER=OFF -DUSE_DISTRIBUTED=$(usex distributed) -DUSE_MPI=$(usex mpi) -DUSE_FAKELOWP=OFF |