[clapack] 02/02: Renamed library to clapack to enable parallel installation with lapacke - adapt test suite

Andreas Tille tille at debian.org
Sat May 21 15:13:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository clapack.

commit 5b3d8fabdd058db141af904d66ecb28fe78100db
Author: Andreas Tille <tille at debian.org>
Date:   Sat May 21 17:12:27 2016 +0200

    Renamed library to clapack to enable parallel installation with lapacke - adapt test suite
---
 debian/patches/create_shared_libs.patch | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/debian/patches/create_shared_libs.patch b/debian/patches/create_shared_libs.patch
index 62cacd0..144d858 100644
--- a/debian/patches/create_shared_libs.patch
+++ b/debian/patches/create_shared_libs.patch
@@ -46,3 +46,36 @@
  configure_file(${CLAPACK_SOURCE_DIR}/clapack-config-version.cmake.in
    ${CLAPACK_BINARY_DIR}/clapack-config-version.cmake @ONLY)
  configure_file(${CLAPACK_SOURCE_DIR}/clapack-config.cmake.in
+--- a/BLAS/TESTING/CMakeLists.txt
++++ b/BLAS/TESTING/CMakeLists.txt
+@@ -31,7 +31,7 @@ macro(add_blas_test name src)
+   set(TEST_INPUT "${CLAPACK_SOURCE_DIR}/BLAS/${baseNAME}.in")
+   add_executable(${name} ${src})
+   get_target_property(TEST_LOC ${name} LOCATION)
+-  target_link_libraries(${name} blas)
++  target_link_libraries(${name} cblas)
+   if(EXISTS "${TEST_INPUT}")
+     add_test(${name} "${CMAKE_COMMAND}"
+       -DTEST=${TEST_LOC}
+--- a/TESTING/LIN/CMakeLists.txt
++++ b/TESTING/LIN/CMakeLists.txt
+@@ -189,7 +189,7 @@ set(ZLINTSTRFP  zchkrfp.c zdrvrfp.c zdrv
+ 
+ macro(add_lin_executable name )
+   add_executable(${name} ${ARGN})
+-  target_link_libraries(${name} tmglib lapack)
++  target_link_libraries(${name} tmglib clapack)
+ endmacro(add_lin_executable)
+ 
+ add_lin_executable(xlintsts ${ALINTST} ${SCLNTST} ${SLINTST} 
+--- a/TESTING/EIG/CMakeLists.txt
++++ b/TESTING/EIG/CMakeLists.txt
+@@ -119,7 +119,7 @@ set(ZEIGTST  zchkee.c
+ 
+ macro(add_eig_executable name )
+   add_executable(${name} ${ARGN})
+-  target_link_libraries(${name} tmglib lapack )
++  target_link_libraries(${name} tmglib clapack )
+ endmacro(add_eig_executable)
+ 
+ add_eig_executable(xeigtsts ${SEIGTST} ${SCIGTST} ${AEIGTST} 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clapack.git



More information about the debian-science-commits mailing list