Date: Tue, 2 Sep 2014 19:00:27 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367073 - head/science/py-scipy Message-ID: <201409021900.s82J0RtQ099723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Tue Sep 2 19:00:27 2014 New Revision: 367073 URL: http://svnweb.freebsd.org/changeset/ports/367073 QAT: https://qat.redports.org/buildarchive/r367073/ Log: - Enable concurrent installation support for different python versions - Remove LATEST_LINK and the usage of math/py-numpy's options - both do not seem to have any value for the port PR: 192893 Submitted by: myself Approved by: wen@ (maintainer) Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Tue Sep 2 18:45:59 2014 (r367072) +++ head/science/py-scipy/Makefile Tue Sep 2 19:00:27 2014 (r367073) @@ -3,7 +3,7 @@ PORTNAME= scipy PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source @@ -23,11 +23,8 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/mat RUN_DEPENDS= ${PYNUMPY} \ nosetests:${PORTSDIR}/devel/py-nose -LATEST_LINK= py-${PORTNAME} -OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options - USES= fortran python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent OPTIONS_DEFINE= ATLAS DOCS SUITESPARSE OPTIONS_DEFAULT=SUITESPARSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021900.s82J0RtQ099723>