svn commit: r559210 - head/science/py-scipy

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 25 05:41:54 UTC 2020


Author: yuri
Date: Fri Dec 25 05:41:53 2020
New Revision: 559210
URL: https://svnweb.freebsd.org/changeset/ports/559210

Log:
  science/py-scipy: Remove the recently added USES=blaslapack:openblas because LIB_DEPENDS=libblas.so:math/blas provides blas
  
  It does build with libblas.so:math/blas, but doesn't with blaslapack:openblas.
  
  PR:		251718
  Reported by:	thierry
  Approved by:	python (correction of the previous recent commit r559036)

Modified:
  head/science/py-scipy/Makefile

Modified: head/science/py-scipy/Makefile
==============================================================================
--- head/science/py-scipy/Makefile	Fri Dec 25 05:12:40 2020	(r559209)
+++ head/science/py-scipy/Makefile	Fri Dec 25 05:41:53 2020	(r559210)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scipy
 DISTVERSION=	1.5.4
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	https://docs.scipy.org/doc/scipy-${PORTVERSION:R}.1/:doc \
 		CHEESESHOP:source \
@@ -24,7 +25,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 LIB_DEPENDS=	libblas.so:math/blas
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		blaslapack:openblas fortran python:3.6+ shebangfix
+USES=		fortran python:3.6+ shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 FFLAGS+=	-std=legacy


More information about the svn-ports-head mailing list