summaryrefslogtreecommitdiff
path: root/science/py-pymol/files/patch-setup.py
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-02-12 06:52:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-02-12 06:52:57 +0000
commitcf2f1998fee16cc5e3a68a4723175d8184dee1b9 (patch)
treeb58e88792b484aead8d561db8514812b0e8adb36 /science/py-pymol/files/patch-setup.py
parentaudio/rhvoice-dictionary: Update g20180922 -> g20190109 (diff)
science/py-pymol: Update 2.2.0 -> 2.3.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=492761
Diffstat (limited to '')
-rw-r--r--science/py-pymol/files/patch-setup.py18
1 files changed, 5 insertions, 13 deletions
diff --git a/science/py-pymol/files/patch-setup.py b/science/py-pymol/files/patch-setup.py
index 208c68150b91..062ebccceca4 100644
--- a/science/py-pymol/files/patch-setup.py
+++ b/science/py-pymol/files/patch-setup.py
@@ -1,19 +1,11 @@
---- setup.py.orig 2018-07-24 16:14:37 UTC
+--- setup.py.orig 2019-02-12 06:00:47 UTC
+++ setup.py
-@@ -54,6 +54,8 @@ try:
- "keyword support.")
+@@ -52,6 +52,8 @@ try:
+ "shared library; no: disable fast MMTF load support")
parser.add_argument('--help-distutils', action="store_true",
help="show help for distutils options and exit")
+ parser.add_argument('--single-version-externally-managed', action="store_true",
+ help="single-version-externally-managed")
+ parser.add_argument('--testing', action="store_true",
+ help="Build C-level tests")
options, sys.argv[1:] = parser.parse_known_args(namespace=options)
- except ImportError:
- print("argparse not available")
-@@ -278,7 +280,6 @@ ext_comp_args = [
- # optimizations
- "-ffast-math",
- "-funroll-loops",
-- "-O3",
- "-fcommon",
- ]
- ext_link_args = []