1[DEFAULT]
2library_dirs = /usr/lib:%%LOCALBASE%%/lib:%%GCCLIBDIR%%
3include_dirs = /usr/include:%%LOCALBASE%%/include:%%LOCALBASE%%/include/suitesparse
4src_dirs = %%LOCALBASE%%/src
5# search static libraries (.a) in preference to shared ones (.so)
6search_static_first = 0
7
8[%%BLASNAME%%]
9%%LIBRARIES%% = %%BLASLIBS%%
10lapack_libs = %%LAPACKLIBS%%
11