aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-12-31 20:41:44 +0800
committeritetcu <itetcu@FreeBSD.org>2006-12-31 20:41:44 +0800
commitf9c2346e02ae3bcd98eeacb4f22c0af1d049b0ea (patch)
treea0e6af1d74fd9986cf08695b6cd206fa6764afe4
parentef18cffc135adc35d0c8ec6a4ecda7b936c35443 (diff)
downloadfreebsd-ports-gnome-f9c2346e02ae3bcd98eeacb4f22c0af1d049b0ea.tar.gz
freebsd-ports-gnome-f9c2346e02ae3bcd98eeacb4f22c0af1d049b0ea.tar.zst
freebsd-ports-gnome-f9c2346e02ae3bcd98eeacb4f22c0af1d049b0ea.zip
- py-scipy03 is needed by users of older py-numeric which is deprecated by
upstream vendor. See http://numpy.scipy.org/ Note: Development for Numeric has ceased, and users should transisition to NumPy as quickly as possible. - so DEPRECIATE and set removal date in 3 months - portlint PR: ports/107356 Submitted by: Diane Bruce (maintainer)
-rw-r--r--science/py-scipy03/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/science/py-scipy03/Makefile b/science/py-scipy03/Makefile
index 58858d894516..dc666b7b4ea3 100644
--- a/science/py-scipy03/Makefile
+++ b/science/py-scipy03/Makefile
@@ -14,7 +14,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scipy
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SciPy_complete-${PORTVERSION}
-LATEST_LINK= py-${PORTNAME}03
MAINTAINER= db@db.net
COMMENT= Scientific tools for Python
@@ -28,6 +27,10 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
OPTIONS= ATLAS "Use optimized blas library" OFF
+LATEST_LINK= py-${PORTNAME}03
+
+DEPRECATED= Replaced by py-scipy
+EXPIRATION_DATE=2007-04-01
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
@@ -44,7 +47,7 @@ IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function proper
.endif
.else
LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \
- blas.1:${PORTSDIR}/math/blas
+ blas.1:${PORTSDIR}/math/blas
.endif
post-install: