diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2008-08-14 06:14:48 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2008-08-14 06:14:48 +0000 |
commit | 1f49f0dda7f6704c6914b1dc16a62394bdba6c1a (patch) | |
tree | 59fba58f20f341cb166e4432115310e22400b5c7 /math | |
parent | Update to 1.1.1 (diff) |
Change default array implementation to math/py-numpy.
Notes
Notes:
svn path=/head/; revision=218530
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index fea8f6086e1a..74db8ba801a6 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -17,8 +17,8 @@ DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org COMMENT= Python interface to GNU Scientific Library -BUILD_DEPENDS= ${PYNUMERIC} -RUN_DEPENDS= ${PYNUMERIC} +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:${PORTSDIR}/math/py-numpy +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} |