aboutsummaryrefslogtreecommitdiff
path: root/science/py-scipy
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-04 17:59:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-04 17:59:36 +0000
commit5e6a2e18f6eac212d7e517041be1ef0c74f17621 (patch)
treecf754a2c3ff4637eb8ba2d5ec1f8740cd1ef3db3 /science/py-scipy
parenta5fab9cf37ddbc545e2d07dd19c53bfc32afafed (diff)
downloadports-5e6a2e18f6eac212d7e517041be1ef0c74f17621.tar.gz
ports-5e6a2e18f6eac212d7e517041be1ef0c74f17621.zip
- Update to 0.16.0
- Sort USE_PYTHON - Convert to new options target helper - Cosmetic change Changes: https://github.com/scipy/scipy/releases
Notes
Notes: svn path=/head/; revision=398587
Diffstat (limited to 'science/py-scipy')
-rw-r--r--science/py-scipy/Makefile13
-rw-r--r--science/py-scipy/distinfo8
2 files changed, 9 insertions, 12 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 4b59dcf1144e..da357e17a6f9 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= scipy
-PORTVERSION= 0.15.1
-PORTREVISION= 1
+PORTVERSION= 0.16.0
CATEGORIES= science python
MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \
SF:source
@@ -22,12 +21,10 @@ RUN_DEPENDS= ${PYNUMPY} \
swig:${PORTSDIR}/devel/swig13
USES= fortran python
-USE_PYTHON= distutils autoplist concurrent
-
-PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95
-PYDISTUTILS_BUILDARGS+= --fcompiler=gnu95
-
+USE_PYTHON= autoplist concurrent distutils
LDFLAGS+= -shared
+PYDISTUTILS_BUILDARGS= --fcompiler=gnu95
+PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95
OPTIONS_DEFINE= DOCS
@@ -36,7 +33,7 @@ PORTDOCS= scipy-ref-${PORTVERSION}.pdf
post-extract:
@${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR}
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/scipy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR}
diff --git a/science/py-scipy/distinfo b/science/py-scipy/distinfo
index 15c0ae935f6f..6a569d03f415 100644
--- a/science/py-scipy/distinfo
+++ b/science/py-scipy/distinfo
@@ -1,4 +1,4 @@
-SHA256 (scipy-0.15.1.tar.gz) = a212cbc3b79e9a563aa45fc5c517b3499198bd7eb7e7be1e047568a5f48c259a
-SIZE (scipy-0.15.1.tar.gz) = 11401878
-SHA256 (scipy-ref-0.15.1.pdf) = d96046ddbc91383fb37e3ae2bbdc6945e0c2fc70fa230e0bcda0789e6025ca7e
-SIZE (scipy-ref-0.15.1.pdf) = 18313446
+SHA256 (scipy-0.16.0.tar.gz) = 92592f40097098f3fdbe7f5855d535b29bb16719c2bb59c728bce5e7a28790e0
+SIZE (scipy-0.16.0.tar.gz) = 18137295
+SHA256 (scipy-ref-0.16.0.pdf) = 42ec0d07cbb7ea675827b86bc42efd7d030613814ddca895a99d1bf9903d70f1
+SIZE (scipy-ref-0.16.0.pdf) = 34562303