diff options
author | tg <tg@FreeBSD.org> | 1998-11-16 16:54:42 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-16 16:54:42 +0800 |
commit | b54453e5b62c7a6075bb023279f82a07c5ca6b1d (patch) | |
tree | b16702a3c3e86211c68461a3c24be5b376edc202 /math/py-numeric17 | |
parent | 8afbdd19792577fca1211b02f337ef04cebd1584 (diff) | |
download | freebsd-ports-gnome-b54453e5b62c7a6075bb023279f82a07c5ca6b1d.tar.gz freebsd-ports-gnome-b54453e5b62c7a6075bb023279f82a07c5ca6b1d.tar.zst freebsd-ports-gnome-b54453e5b62c7a6075bb023279f82a07c5ca6b1d.zip |
Use subdirectories for the library files.
Diffstat (limited to 'math/py-numeric17')
-rw-r--r-- | math/py-numeric17/Makefile | 6 | ||||
-rw-r--r-- | math/py-numeric17/pkg-plist | 56 |
2 files changed, 33 insertions, 29 deletions
diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index 605f2a8f9f69..d61fcaf49990 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -3,7 +3,7 @@ # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.11 1998/09/01 07:03:47 tg Exp $ +# $Id: Makefile,v 1.12 1998/11/02 08:42:37 tg Exp $ # DISTNAME= LLNLPython6 @@ -23,7 +23,7 @@ ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 -NUMPYDIR= ${PYTHONSCRIPTDIR}/site-packages +NUMPYDIR= ${PYTHONSCRIPTDIR}/site-packages/NumPy DOCDIR= ${PREFIX}/share/doc/NumPy EXAMPLEDIR= ${PREFIX}/share/examples/NumPy @@ -31,8 +31,10 @@ do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py) post-install: + @${MKDIR} ${NUMPYDIR} ${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR} + @${ECHO} "NumPy" > ${NUMPYDIR}/../NumPy.pth ${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5 @${MKDIR} ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKSRC}/Demo/* ${EXAMPLEDIR} diff --git a/math/py-numeric17/pkg-plist b/math/py-numeric17/pkg-plist index de74aae0ebc2..4b1156667d12 100644 --- a/math/py-numeric17/pkg-plist +++ b/math/py-numeric17/pkg-plist @@ -1,32 +1,34 @@ include/python1.5/arrayobject.h include/python1.5/ufuncobject.h -lib/python1.5/site-packages/ArrayPrinter.py -lib/python1.5/site-packages/ArrayPrinter.pyc -lib/python1.5/site-packages/ArrayPrinter.pyo -lib/python1.5/site-packages/FFT.py -lib/python1.5/site-packages/FFT.pyc -lib/python1.5/site-packages/FFT.pyo -lib/python1.5/site-packages/LinearAlgebra.py -lib/python1.5/site-packages/LinearAlgebra.pyc -lib/python1.5/site-packages/LinearAlgebra.pyo -lib/python1.5/site-packages/MLab.py -lib/python1.5/site-packages/MLab.pyc -lib/python1.5/site-packages/MLab.pyo -lib/python1.5/site-packages/Matrix.py -lib/python1.5/site-packages/Matrix.pyc -lib/python1.5/site-packages/Matrix.pyo -lib/python1.5/site-packages/Numeric.py -lib/python1.5/site-packages/Numeric.pyc -lib/python1.5/site-packages/Numeric.pyo -lib/python1.5/site-packages/Precision.py -lib/python1.5/site-packages/Precision.pyc -lib/python1.5/site-packages/Precision.pyo -lib/python1.5/site-packages/RandomArray.py -lib/python1.5/site-packages/RandomArray.pyc -lib/python1.5/site-packages/RandomArray.pyo -lib/python1.5/site-packages/UserArray.py -lib/python1.5/site-packages/UserArray.pyc -lib/python1.5/site-packages/UserArray.pyo +lib/python1.5/site-packages/NumPy/ArrayPrinter.py +lib/python1.5/site-packages/NumPy/ArrayPrinter.pyc +lib/python1.5/site-packages/NumPy/ArrayPrinter.pyo +lib/python1.5/site-packages/NumPy/FFT.py +lib/python1.5/site-packages/NumPy/FFT.pyc +lib/python1.5/site-packages/NumPy/FFT.pyo +lib/python1.5/site-packages/NumPy/LinearAlgebra.py +lib/python1.5/site-packages/NumPy/LinearAlgebra.pyc +lib/python1.5/site-packages/NumPy/LinearAlgebra.pyo +lib/python1.5/site-packages/NumPy/MLab.py +lib/python1.5/site-packages/NumPy/MLab.pyc +lib/python1.5/site-packages/NumPy/MLab.pyo +lib/python1.5/site-packages/NumPy/Matrix.py +lib/python1.5/site-packages/NumPy/Matrix.pyc +lib/python1.5/site-packages/NumPy/Matrix.pyo +lib/python1.5/site-packages/NumPy/Numeric.py +lib/python1.5/site-packages/NumPy/Numeric.pyc +lib/python1.5/site-packages/NumPy/Numeric.pyo +lib/python1.5/site-packages/NumPy/Precision.py +lib/python1.5/site-packages/NumPy/Precision.pyc +lib/python1.5/site-packages/NumPy/Precision.pyo +lib/python1.5/site-packages/NumPy/RandomArray.py +lib/python1.5/site-packages/NumPy/RandomArray.pyc +lib/python1.5/site-packages/NumPy/RandomArray.pyo +lib/python1.5/site-packages/NumPy/UserArray.py +lib/python1.5/site-packages/NumPy/UserArray.pyc +lib/python1.5/site-packages/NumPy/UserArray.pyo +@dirrm lib/python1.5/site-packages/NumPy +lib/python1.5/site-packages/NumPy.pth lib/python1.5/site-packages/_numpymodule.so lib/python1.5/site-packages/fast_umathmodule.so lib/python1.5/site-packages/fftpack.so |