pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/lapack



Module Name:    pkgsrc
Committed By:   thor
Date:           Thu Mar 25 08:32:48 UTC 2021

Modified Files:
        pkgsrc/math/lapack: Makefile

Log Message:
math/lapack: remove bad/broken BLAS_LIBS usage, always use netlib BLAS here


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/math/lapack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/lapack/Makefile
diff -u pkgsrc/math/lapack/Makefile:1.41 pkgsrc/math/lapack/Makefile:1.42
--- pkgsrc/math/lapack/Makefile:1.41    Mon Oct 12 21:51:57 2020
+++ pkgsrc/math/lapack/Makefile Thu Mar 25 08:32:48 2021
@@ -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