summarylogtreecommitdiffstats
path: root/fix_include_system.patch
diff options
context:
space:
mode:
authoracxz2020-12-10 20:52:57 -0500
committeracxz2020-12-10 20:52:57 -0500
commit7b1fdb358a4549e2e7bbbefc97f6e5bdf582a7e4 (patch)
treefee38badf4398f33debb4c5a4900bb22cf78933c /fix_include_system.patch
parent661f53f4d77e483a429fca58907fbae56561fd35 (diff)
downloadaur-7b1fdb358a4549e2e7bbbefc97f6e5bdf582a7e4.tar.gz
updpkg 1.7.1
Diffstat (limited to 'fix_include_system.patch')
-rw-r--r--fix_include_system.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix_include_system.patch b/fix_include_system.patch
deleted file mode 100644
index 3256775bb8f0..000000000000
--- a/fix_include_system.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/utils/cpp_extension.py 2019-12-29 12:59:36.083692770 -0300
-+++ b/utils/cpp_extension.py 2020-01-08 09:52:16.435316701 -0300
-@@ -1098,7 +1098,7 @@
- if BUILD_NAMEDTENSOR:
- common_cflags.append('-DBUILD_NAMEDTENSOR')
- common_cflags += ['-I{}'.format(include) for include in user_includes]
-- common_cflags += ['-isystem {}'.format(include) for include in system_includes]
-+ common_cflags += ['-I{}'.format(include) for include in system_includes]
-
- common_cflags += ['-D_GLIBCXX_USE_CXX11_ABI=' + str(int(torch._C._GLIBCXX_USE_CXX11_ABI))]
-