diff options
| author | thor <thor@pkgsrc.org> | 2021-03-25 08:32:48 +0000 |
|---|---|---|
| committer | thor <thor@pkgsrc.org> | 2021-03-25 08:32:48 +0000 |
| commit | 0d6903d85d938f45bc20bbc0e16f97b8249fe2c5 (patch) | |
| tree | c410f4d85664466985c2e2148a819d9d810f5f92 /math/lapack | |
| parent | 6657899a6721d7bb41157620a75df3e932b784e4 (diff) | |
| download | pkgsrc-0d6903d85d938f45bc20bbc0e16f97b8249fe2c5.tar.gz | |
math/lapack: remove bad/broken BLAS_LIBS usage, always use netlib BLAS here
Diffstat (limited to 'math/lapack')
| -rw-r--r-- | math/lapack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 75866356e9d..d4d8070becd 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.41 2020/10/12 21:51:57 bacon Exp $ +# $NetBSD: Makefile,v 1.42 2021/03/25 08:32:48 thor Exp $ MAINTAINER= thomas.orgis@uni-hamburg.de COMMENT= Linear Algebra PACKage (Netlib reference implementation) -PKGREVISION= 1 +PKGREVISION= 2 LAPACK_COMPONENT= lapack LAPACK_COMPONENT_CMAKE_ARGS= \ -DUSE_OPTIMIZED_BLAS=ON \ - -DBLAS_LIBRARIES=${BLAS_LIBS:Q} \ + -DBLAS_LIBRARIES=-lblas \ -DUSE_OPTIMIZED_LAPACK=OFF \ -DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=ON |
