Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 15:07:52 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524969 - head/science/py-scipy
Message-ID:  <202002021507.012F7qhx036619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Feb  2 15:07:52 2020
New Revision: 524969
URL: https://svnweb.freebsd.org/changeset/ports/524969

Log:
  math/py-scipy: Update to version 1.4.1
  
  Major changes since version 1.2.2:
  https://github.com/scipy/scipy/releases/tag/v1.4.1
  https://github.com/scipy/scipy/releases/tag/v1.4.0
  https://github.com/scipy/scipy/releases/tag/v1.3.0
  
  Approved by:	python (swills)
  Differential Revision:	https://reviews.freebsd.org/D23447

Modified:
  head/science/py-scipy/Makefile   (contents, props changed)
  head/science/py-scipy/distinfo   (contents, props changed)

Modified: head/science/py-scipy/Makefile
==============================================================================
--- head/science/py-scipy/Makefile	Sun Feb  2 15:01:29 2020	(r524968)
+++ head/science/py-scipy/Makefile	Sun Feb  2 15:07:52 2020	(r524969)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scipy
-PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTVERSION=	1.4.1
 CATEGORIES=	science python
 MASTER_SITES=	https://docs.scipy.org/doc/scipy-${PORTVERSION:R}.1/:doc \
 		CHEESESHOP:source \
@@ -19,19 +18,23 @@ COMMENT=	Scientific tools for Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYNUMPY}
+BUILD_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}pybind11>=2.4.3:devel/py-pybind11@${PY_FLAVOR}
+LIB_DEPENDS=	libblas.so:math/blas \
+		liblapack.so:math/lapack \
+		libopenblas.so:math/openblas
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		fortran python shebangfix
+USES=		fortran python:3.5+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
+PYDISTUTILS_CONFIGUREARGS=	--fcompiler=gnu95
+PYDISTUTILS_BUILDARGS=	--fcompiler=gnu95
 
+SHEBANG_FILES=	scipy/sparse/linalg/isolve/tests/test_gcrotmk.py
+
 LDFLAGS+=	-shared
-PYDISTUTILS_BUILDARGS=	--fcompiler=gnu95
-PYDISTUTILS_CONFIGUREARGS=	--fcompiler=gnu95
 
 PORTDOCS=	scipy-ref-${PORTVERSION:R}.1.pdf
-
-SHEBANG_FILES=	scipy/sparse/linalg/isolve/tests/test_gcrotmk.py
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/science/py-scipy/distinfo
==============================================================================
--- head/science/py-scipy/distinfo	Sun Feb  2 15:01:29 2020	(r524968)
+++ head/science/py-scipy/distinfo	Sun Feb  2 15:07:52 2020	(r524969)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1562167398
-SHA256 (scipy-1.2.2.tar.gz) = a4331e0b8dab1ff75d2c67b5158a8bb9a83c799d7140094dda936d876c7cfbb1
-SIZE (scipy-1.2.2.tar.gz) = 23140580
-SHA256 (scipy-ref-1.2.1.pdf) = 57161b57061976cc48c42eff8be7d60dbb4d0e9f099c3c70d8a17eed1b25c54f
-SIZE (scipy-ref-1.2.1.pdf) = 36697229
+TIMESTAMP = 1579338936
+SHA256 (scipy-1.4.1.tar.gz) = dee1bbf3a6c8f73b6b218cb28eed8dd13347ea2f87d572ce19b289d6fd3fbc59
+SIZE (scipy-1.4.1.tar.gz) = 24555206
+SHA256 (scipy-ref-1.4.1.pdf) = 125648ef4fa8286ab2239d8858b579d9c12bb37b8e6ceebc49567e0945503113
+SIZE (scipy-ref-1.4.1.pdf) = 41100747



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002021507.012F7qhx036619>