summaryrefslogtreecommitdiff
path: root/math/py-pynleq2/files/patch-setup.py
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-02-14 18:12:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-02-14 18:12:28 +0000
commitdddedc7f785cb40e85fac99baaa249c366746f23 (patch)
treee3c912b938ec88e6fb59c095edfccb447e6ec102 /math/py-pynleq2/files/patch-setup.py
parentlang/pocl: Reverse broken RUN_DEPENDS change from last commit (diff)
math/py-pynleq2: Remove dependency on flang.
Notes
Notes: svn path=/head/; revision=565258
Diffstat (limited to 'math/py-pynleq2/files/patch-setup.py')
-rw-r--r--math/py-pynleq2/files/patch-setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pynleq2/files/patch-setup.py b/math/py-pynleq2/files/patch-setup.py
index 036483b8c3fe..c8e27f0124a8 100644
--- a/math/py-pynleq2/files/patch-setup.py
+++ b/math/py-pynleq2/files/patch-setup.py
@@ -20,8 +20,8 @@
Extension('pynleq2.nleq2', [os.path.join('nleq2', f)
- for f in ('nleq2.pyf',) + sources])
+ for f in ('nleq2.pyf',)]
-+ , libraries=['ff', 'flang', 'execinfo']
-+ , library_dirs=['../.fbuild', '/usr/local/flang/lib'])
++ , libraries=['ff', 'execinfo']
++ , library_dirs=['../.fbuild'])
]
PYNLEQ2_RELEASE_VERSION = os.environ.get('PYNLEQ2_RELEASE_VERSION', '')