Browse Source

allow for more pre- and suffixes in the name of the openblas library

tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
3120f12e76
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/TESTING/EIG/CMakeLists.txt

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

@@ -106,7 +106,7 @@ set(ZDMDEIGTST zchkdmd.f90)

macro(add_eig_executable name)
add_executable(${name} ${ARGN})
target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
target_link_libraries(${name} ${LIBNAMEPREFIX}openblas${LIBNAMESUFFIX}${SUFFIX64_UNDERSCORE})
#${TMGLIB} ../${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
endmacro()



Loading…
Cancel
Save