summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/lapack/patches/patch-SRC_CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/patches/patch-SRC_CMakeLists.txt b/math/lapack/patches/patch-SRC_CMakeLists.txt
index 94bf6e6f748..ddb29ebc63b 100644
--- a/math/lapack/patches/patch-SRC_CMakeLists.txt
+++ b/math/lapack/patches/patch-SRC_CMakeLists.txt
@@ -1,4 +1,4 @@
-$NetBSD: patch-SRC_CMakeLists.txt,v 1.2 2021/05/12 14:32:51 thor Exp $
+$NetBSD: patch-SRC_CMakeLists.txt,v 1.3 2021/06/01 22:13:35 thor Exp $
Support combined build of shared and static libraries.
@@ -12,7 +12,7 @@ Support combined build of shared and static libraries.
+ add_library(${LAPACKLIB}_static STATIC ${SOURCES})
+ set_target_properties(
+ ${LAPACKLIB}_static PROPERTIES
-+ OUTPUT_NAME lapack
++ OUTPUT_NAME ${LAPACKLIB}
+ )
+
+ if(USE_XBLAS)