diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-13 09:44:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-07-13 09:44:48 +0000 |
commit | 76649be0b19b8582c5eb5a66210eefe04a4eee7f (patch) | |
tree | 261e57b92d6cadd67e481d7d0ff3c140dfae7d17 /math/py-numpy/files | |
parent | Update to 1.8.1 release. (diff) |
* Fix build of science/py-scipy when math/suitesparse is installed, by
correctly detect and depend on it in math/py-numpy
* Replace the old numpy documentation with the new numpy book
* Explicitly tell the distutil to use gnu95 fortran compiler
* Use ${PYTHONPREFIX_SITELIBDIR} rather than ${PYTHON_SITELIBDIR} when
generating the packing list for science/py-scipy
* Bump PORTREVISIONs, for packing lists are changed
PR: ports/136058
Submitted by: Li-Lun Wang (Leland Wang) <llwang AT infor.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=237679
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 |