aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2008-08-14 14:14:48 +0800
committerperky <perky@FreeBSD.org>2008-08-14 14:14:48 +0800
commitf7876474a06bc9c4f1ec06b2e39655adf23b4012 (patch)
tree52309362bf96b5c0714acc44999f3edb0995c8bc /math
parent1b1dc057d40747b185521d77091f07c368e4743a (diff)
downloadfreebsd-ports-gnome-f7876474a06bc9c4f1ec06b2e39655adf23b4012.tar.gz
freebsd-ports-gnome-f7876474a06bc9c4f1ec06b2e39655adf23b4012.tar.zst
freebsd-ports-gnome-f7876474a06bc9c4f1ec06b2e39655adf23b4012.zip
Change default array implementation to math/py-numpy.
Diffstat (limited to 'math')
-rw-r--r--math/py-gsl/Makefile4
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}