diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-03-29 03:41:43 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-03-29 03:41:43 +0800 |
commit | 2d92e2e4e5ee2a77f49d862619bb9302d6a85118 (patch) | |
tree | b78b50ac8a264effddf6f6dcb79e1f0fc708ed41 /math/py-numpy/files | |
parent | 311219e8e17d9ab43732c126c00c039999503a4a (diff) | |
download | freebsd-ports-gnome-2d92e2e4e5ee2a77f49d862619bb9302d6a85118.tar.gz freebsd-ports-gnome-2d92e2e4e5ee2a77f49d862619bb9302d6a85118.tar.zst freebsd-ports-gnome-2d92e2e4e5ee2a77f49d862619bb9302d6a85118.zip |
Allow to use OpenBLAS implementation of BLAS.
Based on the work done by Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>,
OpenBLAS port maintainer.
Hide py-nose dependency under new TESTS option.
Convert to USES=blaslapack.
Differential Revision: D2060
Reviewed by: koobs, thierry
Diffstat (limited to 'math/py-numpy/files')
-rw-r--r-- | math/py-numpy/files/site.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-numpy/files/site.cfg b/math/py-numpy/files/site.cfg index f3ef2fcda163..04c5da865afe 100644 --- a/math/py-numpy/files/site.cfg +++ b/math/py-numpy/files/site.cfg @@ -1,10 +1,10 @@ [DEFAULT] -lapack_type=atlas library_dirs = /usr/lib:%%LOCALBASE%%/lib:%%GCCLIBDIR%% include_dirs = /usr/include:%%LOCALBASE%%/include:%%LOCALBASE%%/include/suitesparse src_dirs = %%LOCALBASE%%/src # search static libraries (.a) in preference to shared ones (.so) search_static_first = 0 -[atlas] -library_dirs = %%LOCALBASE%%/lib:%%GCCLIBDIR%% -atlas_libs = %%ATLASLIBS%% + +[%%BLASNAME%%] +%%LIBRARIES%% = %%BLASLIBS%% +lapack_libs = %%LAPACKLIBS%% |