diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-28 04:33:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-28 04:33:28 +0000 |
commit | 15bff4e89cf9b3888dac6f47e4a6751fc81e1000 (patch) | |
tree | 80a22f3fa20b5fdf109f62927278c44623829123 /math/py-primme/files | |
parent | 1dbf74e111d6ade3c691f2f5afb4ef1ea99d949b (diff) |
Notes
Diffstat (limited to 'math/py-primme/files')
-rw-r--r-- | math/py-primme/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-primme/files/patch-setup.py b/math/py-primme/files/patch-setup.py index c1531c348260..7beb0297e2aa 100644 --- a/math/py-primme/files/patch-setup.py +++ b/math/py-primme/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2018-10-11 23:38:33 UTC +--- setup.py.orig 2018-10-26 18:03:19 UTC +++ setup.py -@@ -15,31 +16,33 @@ def get_numpy_options(): +@@ -16,31 +16,33 @@ def get_numpy_options(): numpy_include = numpy.get_include() # Obtain BLAS/LAPACK linking options @@ -56,5 +56,5 @@ + blaslapack_extra_link_args = [] + blaslapack_library_dirs = [] - return dict( + r = dict( include_dirs = [numpy_include, "primme/include", "primme/src/include"], |