diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-14 18:12:28 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-02-14 18:12:28 +0000 |
| commit | dddedc7f785cb40e85fac99baaa249c366746f23 (patch) | |
| tree | e3c912b938ec88e6fb59c095edfccb447e6ec102 /math/py-pynleq2/files/patch-setup.py | |
| parent | lang/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.py | 4 |
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', '') |
