We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2a956 commit cc622f2Copy full SHA for cc622f2
1 file changed
lapack-netlib/TESTING/LIN/CMakeLists.txt
@@ -239,7 +239,8 @@ set(ZLINTSTRFP zchkrfp.f zdrvrfp.f zdrvrf1.f zdrvrf2.f zdrvrf3.f zdrvrf4.f zerrr
239
240
macro(add_lin_executable name)
241
add_executable(${name} ${ARGN})
242
- target_link_libraries(${name} ${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
+ target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
243
+#${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
244
endmacro()
245
246
if(BUILD_SINGLE)
0 commit comments