diff options
Diffstat (limited to 'math/py-numpy/files')
-rw-r--r-- | math/py-numpy/files/site.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/files/site.cfg b/math/py-numpy/files/site.cfg index cab4971ae8d9..f3ef2fcda163 100644 --- a/math/py-numpy/files/site.cfg +++ b/math/py-numpy/files/site.cfg @@ -1,7 +1,7 @@ [DEFAULT] lapack_type=atlas library_dirs = /usr/lib:%%LOCALBASE%%/lib:%%GCCLIBDIR%% -include_dirs = /usr/include:%%LOCALBASE%%/include +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 |