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, 15 insertions, 0 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
new file mode 100644
index 000000000000..e4703894308a
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch
@@ -0,0 +1,15 @@
+--- 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(