diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-12-10 11:30:28 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-12-10 11:31:28 +0100 |
commit | 9b75f95a7b2dcec84de8837521815f23bdf93c68 (patch) | |
tree | da5589f26524d68a2420f2212a3ddcdf304939d1 /sci-libs/caffe2 | |
parent | dev-ruby/activesupport: drop 7.1.0 (diff) | |
download | gentoo-9b75f95a7b2dcec84de8837521815f23bdf93c68.tar.gz gentoo-9b75f95a7b2dcec84de8837521815f23bdf93c68.tar.bz2 gentoo-9b75f95a7b2dcec84de8837521815f23bdf93c68.zip |
sci-libs/caffe2: nvfuser module belongs to pytorch
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.1.1-r1.ebuild (renamed from sci-libs/caffe2/caffe2-2.1.1.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-libs/caffe2/caffe2-2.1.1.ebuild b/sci-libs/caffe2/caffe2-2.1.1-r1.ebuild index 65c5c2831826..f5aafac33607 100644 --- a/sci-libs/caffe2/caffe2-2.1.1.ebuild +++ b/sci-libs/caffe2/caffe2-2.1.1-r1.ebuild @@ -209,6 +209,5 @@ src_install() { cp torch/version.py python/torch/ || die python_domodule python/caffe2 python_domodule python/torch - python_domodule python/nvfuser find "${ED}" -empty -delete } |