commit:     aef1700cf7f52bbc186c79c266b44a1c96a141a6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue May 28 16:28:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 14:54:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef1700c

sci-libs/pytorch: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/pytorch/files/pytorch-2.1.1-emptyso.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/sci-libs/pytorch/files/pytorch-2.1.1-emptyso.patch 
b/sci-libs/pytorch/files/pytorch-2.1.1-emptyso.patch
deleted file mode 100644
index b2983609819a..000000000000
--- a/sci-libs/pytorch/files/pytorch-2.1.1-emptyso.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/setup.py 2023-04-05 11:23:00.713405789 +0200
-+++ b/setup.py 2023-04-05 11:23:36.900876249 +0200
-@@ -1037,10 +1037,6 @@
-             extensions.append(
-                 Extension(name="caffe2.python.caffe2_pybind11_state_hip", 
sources=[]),
-             )
--    if cmake_cache_vars["BUILD_FUNCTORCH"]:
--        extensions.append(
--            Extension(name="functorch._C", sources=[]),
--        )
-     if cmake_cache_vars["BUILD_NVFUSER"]:
-         extensions.append(
-             Extension(name="nvfuser._C", sources=[]),

Reply via email to