- 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)
This commit is contained in:
parent
8b078e3d1d
commit
2b9df4bd26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181135
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user