summaryrefslogtreecommitdiff
path: root/science/py-pymatgen/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-pymatgen/files/patch-setup.py')
-rw-r--r--science/py-pymatgen/files/patch-setup.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/science/py-pymatgen/files/patch-setup.py b/science/py-pymatgen/files/patch-setup.py
deleted file mode 100644
index a1e9b3834348..000000000000
--- a/science/py-pymatgen/files/patch-setup.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.py.orig 2020-01-23 10:17:29 UTC
-+++ setup.py
-@@ -31,7 +31,7 @@ if sys.platform.startswith('win') and platform.machine
- extra_link_args.append('-Wl,--allow-multiple-definition')
-
- cpp_extra_link_args = extra_link_args
--cpp_extra_compile_args = ["-Wno-cpp", "-Wno-unused-function", "-O2", "-march=native", '-std=c++11']
-+cpp_extra_compile_args = ["-Wno-cpp", "-Wno-unused-function", "-O2", '-std=c++11']
- if sys.platform.startswith('darwin'):
- cpp_extra_compile_args.append("-stdlib=libc++")
- cpp_extra_link_args = ["-O2", "-march=native", '-stdlib=libc++']
-@@ -189,4 +189,4 @@ setup(
- 'get_environment = pymatgen.cli.get_environment:main',
- ]
- }
--)
-\ No newline at end of file
-+)