Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 05:41:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559210 - head/science/py-scipy
Message-ID:  <202012250541.0BP5frc3039310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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