pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/lapack math/lapack: remove bad/broken BLAS_LIBS u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b66dfbd61dae
branches: trunk
changeset: 449288:b66dfbd61dae
user: thor <thor%pkgsrc.org@localhost>
date: Thu Mar 25 08:32:48 2021 +0000
description:
math/lapack: remove bad/broken BLAS_LIBS usage, always use netlib BLAS here
diffstat:
math/lapack/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 682faf8dad06 -r b66dfbd61dae math/lapack/Makefile
--- a/math/lapack/Makefile Wed Mar 24 21:58:42 2021 +0000
+++ b/math/lapack/Makefile Thu Mar 25 08:32:48 2021 +0000
@@ -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@localhost
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
Home |
Main Index |
Thread Index |
Old Index