summaryrefslogtreecommitdiff
path: root/science/py-pymatgen/files
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-02-16 01:29:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-02-16 01:29:30 +0000
commitd7dcb51c141896c292f10757161e7cd780fb7822 (patch)
tree84423db704b95891e1a08b1b62d06627b9494667 /science/py-pymatgen/files
parentFix qmail's qmailsend wrapper script by using correct PATH and removing bad q... (diff)
science/py-pymatgen: Update 2019.10.16 -> 2021.2.14
Diffstat (limited to 'science/py-pymatgen/files')
-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
-+)