From 76649be0b19b8582c5eb5a66210eefe04a4eee7f Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 13 Jul 2009 09:44:48 +0000 Subject: * 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) (maintainer) --- math/py-numpy/files/site.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/py-numpy/files') 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 -- cgit v1.2.3