diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-25 11:58:19 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-25 12:00:10 +0200 |
commit | 8470aea030512cde1984737633959548a0e961af (patch) | |
tree | 35778b3519065cfff28b655296b94394d9fcb076 /math/py-numpy | |
parent | math/suitesparse-*: connect the SuiteSparse modules (diff) |
math/suitesparse: adapt dependency lines after modularization
Do not bump PORTREVISION, because this should not change the resulting
packages.
Note for maintainers: try to not depend on the whole suitesparse package,
especially if your port do not require GraphBLAS (the biggest one).
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 19ce0a36fd7d..b120e392c9bf 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -44,7 +44,7 @@ NETLIB_VARS= BLASLIBS="blas, cblas" BLASNAME=atlas LAPACKLIBS=lapack LIBRARIES= NETLIB_LIB_DEPENDS= libcblas.so:math/cblas OPENBLAS_USES= blaslapack:openblas OPENBLAS_VARS= BLASLIBS="openblas, gfortran" BLASNAME=openblas LAPACKLIBS="openblas, gfortran" LIBRARIES=libraries -SUITESPARSE_LIB_DEPENDS=libumfpack.so:math/suitesparse +SUITESPARSE_LIB_DEPENDS=libumfpack.so:math/suitesparse-umfpack post-extract: @${TOUCH} ${WRKSRC}/numpy/f2py/tests/src/temp |