summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-28 18:28:43 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-30 17:54:17 +0300
commitaef1700cf7f52bbc186c79c266b44a1c96a141a6 (patch)
treebe33eee517e6e5d538f2849312d4c7abf49cd8c7 /sci-libs/pytorch
parentnet-libs/nodejs: remove unused patch (diff)
downloadgentoo-aef1700cf7f52bbc186c79c266b44a1c96a141a6.tar.gz
gentoo-aef1700cf7f52bbc186c79c266b44a1c96a141a6.tar.bz2
gentoo-aef1700cf7f52bbc186c79c266b44a1c96a141a6.zip
sci-libs/pytorch: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/pytorch')
-rw-r--r--sci-libs/pytorch/files/pytorch-2.1.1-emptyso.patch13
1 files changed, 0 insertions, 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=[]),