fix Openblas library path

This commit is contained in:
Faruk D 2018-02-28 10:50:50 +01:00
parent e5cb15316b
commit cf6d21978f
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ message (STATUS "ENABLE_CUDA ........... = ${ENABLE_CUDA}")
message (STATUS "CASACORE_ROOT_DIR...... = ${CASACORE_ROOT_DIR}")
message (STATUS "CASACORE_INC........... = ${CASACORE_INCLUDE_DIR}")
message (STATUS "BLAS-LIBS ............. = ${BLAS_LIBRARIES}")
message (STATUS "OpenBLAS-LIB ............. = ${OpenBLAS_LIB}")
message (STATUS "GLIB-INC .............. = ${GLIB_PKG_INCLUDE_DIRS}")
message (STATUS "GLIB-LIBS ............. = ${GLIB_PKG_LIBRARIES}")

View File

@ -22,7 +22,7 @@ add_executable(sagecal ${SRCFILES})
target_link_libraries(sagecal
${CASACORE_LIBRARIES}
${CFITSIO_LIBRARIES}
${BLAS_LIBRARIES}
${OpenBLAS_LIB}
${LAPACK_LIBRARIES}
${WCSLIB_LIBRARIES}
${GLIB_PKG_LIBRARIES}