Browse Source

restore OpenBLAS-specific target_link_libraries

tags/v0.3.26
Martin Kroeker GitHub 2 years ago
parent
commit
cc622f2406
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lapack-netlib/TESTING/LIN/CMakeLists.txt

+ 2
- 1
lapack-netlib/TESTING/LIN/CMakeLists.txt View File

@@ -239,7 +239,8 @@ set(ZLINTSTRFP zchkrfp.f zdrvrfp.f zdrvrf1.f zdrvrf2.f zdrvrf3.f zdrvrf4.f zerrr

macro(add_lin_executable name)
add_executable(${name} ${ARGN})
target_link_libraries(${name} ${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
#${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
endmacro()

if(BUILD_SINGLE)


Loading…
Cancel
Save