summaryrefslogtreecommitdiff
path: root/sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch')
-rw-r--r--sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch b/sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch
deleted file mode 100644
index e4703894308a..000000000000
--- a/sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/setup.py 2023-04-05 11:23:00.713405789 +0200
-+++ b/setup.py 2023-04-05 11:23:36.900876249 +0200
-@@ -960,12 +960,6 @@
- name=str('caffe2.python.caffe2_pybind11_state_hip'),
- sources=[]),
- )
-- if cmake_cache_vars['BUILD_FUNCTORCH']:
-- extensions.append(
-- Extension(
-- name=str('functorch._C'),
-- sources=[]),
-- )
- if cmake_cache_vars['BUILD_NVFUSER']:
- extensions.append(
- Extension(