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
10 lines
343 B
INI
10 lines
343 B
INI
[DEFAULT]
|
|
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
|
|
|
|
[%%BLASNAME%%]
|
|
%%LIBRARIES%% = %%BLASLIBS%%
|
|
lapack_libs = %%LAPACKLIBS%%
|