mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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)
10 lines
369 B
INI
10 lines
369 B
INI
[DEFAULT]
|
|
lapack_type=atlas
|
|
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
|
|
[atlas]
|
|
library_dirs = %%LOCALBASE%%/lib:%%GCCLIBDIR%%
|
|
atlas_libs = %%ATLASLIBS%%
|