diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-01 19:15:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-01 19:15:07 +0000 |
commit | 1626e173a453aa2ed64abfd6131f597a8335436f (patch) | |
tree | d6773754ddaf02a97bb2e944eb9eb3534e875e40 /math/py-Numeric/PLIST | |
parent | 918050f8a06d592641bed14b085e1735c4bd542c (diff) | |
download | pkgsrc-1626e173a453aa2ed64abfd6131f597a8335436f.tar.gz |
Let the package find BLAS and LAPACK routines on Mac OS X. This makes the
package build on Darwin.
Diffstat (limited to 'math/py-Numeric/PLIST')
-rw-r--r-- | math/py-Numeric/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/py-Numeric/PLIST b/math/py-Numeric/PLIST index efd2b2a80db..284e4f08dae 100644 --- a/math/py-Numeric/PLIST +++ b/math/py-Numeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/02/15 17:37:08 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/01 19:15:07 minskim Exp $ ${PYINC}/Numeric/arrayobject.h ${PYINC}/Numeric/f2c.h ${PYINC}/Numeric/ranlib.h @@ -54,8 +54,12 @@ ${PYSITELIB}/Numeric/RandomArray.pyo ${PYSITELIB}/Numeric/UserArray.py ${PYSITELIB}/Numeric/UserArray.pyc ${PYSITELIB}/Numeric/UserArray.pyo +${DOTBLAS}${PYSITELIB}/Numeric/_dotblas.so ${PYSITELIB}/Numeric/_numpy.so ${PYSITELIB}/Numeric/arrayfns.so +${DOTBLAS}${PYSITELIB}/Numeric/dotblas/__init__.py +${DOTBLAS}${PYSITELIB}/Numeric/dotblas/__init__.pyc +${DOTBLAS}${PYSITELIB}/Numeric/dotblas/__init__.pyo ${PYSITELIB}/Numeric/lapack_lite.so ${PYSITELIB}/Numeric/multiarray.so ${PYSITELIB}/Numeric/numeric_version.py @@ -63,6 +67,7 @@ ${PYSITELIB}/Numeric/numeric_version.pyc ${PYSITELIB}/Numeric/numeric_version.pyo ${PYSITELIB}/Numeric/ranlib.so ${PYSITELIB}/Numeric/umath.so +${DOTBLAS}@dirrm ${PYSITELIB}/Numeric/dotblas @dirrm ${PYSITELIB}/Numeric/RNG @dirrm ${PYSITELIB}/Numeric/Numeric_headers @dirrm ${PYSITELIB}/Numeric/MA |