summaryrefslogtreecommitdiff
path: root/sci-libs/pytorch/files/pytorch-2.0.0-emptyso.patch
blob: e4703894308ae93527999bce4121eaf21bae99b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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(