pkgsrc-WIP-changes archive

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

lapack: need -DLAPACK=ON explicitly (due to newer cmake?)



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Thu May 21 13:51:59 2020 +0200
Changeset:	0fa6cf76b91e1be0975083b40061ac0a701ff21f

Modified Files:
	lapack/Makefile

Log Message:
lapack: need -DLAPACK=ON explicitly (due to newer cmake?)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0fa6cf76b91e1be0975083b40061ac0a701ff21f

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

diffstat:
 lapack/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lapack/Makefile b/lapack/Makefile
index 116ae895f3..8ccf5fcf75 100644
--- a/lapack/Makefile
+++ b/lapack/Makefile
@@ -8,7 +8,7 @@ LAPACK_COMPONENT_CMAKE_ARGS= \
 	-DUSE_OPTIMIZED_BLAS=ON \
 	-DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
 	-DUSE_OPTIMIZED_LAPACK=OFF \
-	-DCBLAS=OFF -DLAPACKE=OFF
+	-DCBLAS=OFF -DLAPACKE=OFF -DLAPACK=ON
 
 # This always uses Netlib BLAS. Other optimized BLAS packages bring
 # their own LAPACK, hence cblas and lapacke packages use


Home | Main Index | Thread Index | Old Index