summaryrefslogtreecommitdiff
path: root/BLAS
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS')
-rw-r--r--BLAS/SRC/CMakeLists.txt4
-rw-r--r--BLAS/blas.pc.in1
2 files changed, 0 insertions, 5 deletions
diff --git a/BLAS/SRC/CMakeLists.txt b/BLAS/SRC/CMakeLists.txt
index a9306fc4..b9f722d6 100644
--- a/BLAS/SRC/CMakeLists.txt
+++ b/BLAS/SRC/CMakeLists.txt
@@ -137,13 +137,9 @@ endif()
add_library(blas ${ALLOBJ})
-#if(UNIX)
-# target_link_libraries(blas m)
-#endif()
set_target_properties(
blas PROPERTIES
VERSION ${LAPACK_VERSION}
SOVERSION ${LAPACK_MAJOR_VERSION}
)
-target_link_libraries(blas)
lapack_install_library(blas)
diff --git a/BLAS/blas.pc.in b/BLAS/blas.pc.in
index 7fd6f1e7..4ad1bb00 100644
--- a/BLAS/blas.pc.in
+++ b/BLAS/blas.pc.in
@@ -6,4 +6,3 @@ Description: FORTRAN reference implementation of BLAS Basic Linear Algebra Subpr
Version: @LAPACK_VERSION@
URL: http://www.netlib.org/blas/
Libs: -L${libdir} -lblas
-Libs.private: -lm