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)
This commit is contained in:
parent
e6c4a87776
commit
c923a168c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559210
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue