commit: c884f73010d4d4459e9c9fb257a1d7d4467c7b70 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Dec 24 11:47:13 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Dec 24 11:47:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c884f730
sci-libs/pytorch: nvfuser installed in caffe2 Bug: https://bugs.gentoo.org/914572 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/pytorch/{pytorch-2.1.1.ebuild => pytorch-2.1.1-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-libs/pytorch/pytorch-2.1.1.ebuild b/sci-libs/pytorch/pytorch-2.1.1-r1.ebuild similarity index 95% rename from sci-libs/pytorch/pytorch-2.1.1.ebuild rename to sci-libs/pytorch/pytorch-2.1.1-r1.ebuild index e53135e714a6..6d8199663ff6 100644 --- a/sci-libs/pytorch/pytorch-2.1.1.ebuild +++ b/sci-libs/pytorch/pytorch-2.1.1-r1.ebuild @@ -63,6 +63,4 @@ python_compile() { python_install() { USE_SYSTEM_LIBS=ON distutils-r1_python_install - python_moduleinto nvfuser - python_domodule third_party/nvfuser/python/__init__.py }
