diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index 996a64ffab6375e51c2c184c4c37a07e641832eb..afa4460cc479577154dcc8b66ea3d4bcb9a56b0c 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -119,9 +119,11 @@ set_property(TARGET coreblas PROPERTY LINKER_LANGUAGE Fortran)
 set_property(TARGET coreblas PROPERTY INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")
 
 target_link_libraries(coreblas
-  ${TMG_LIBRARIES_DEP}
   ${LAPACKE_LIBRARIES_DEP}
   ${CBLAS_LIBRARIES_DEP}
+  ${TMG_LIBRARIES_DEP}
+  ${LAPACK_LIBRARIES_DEP}
+  ${BLAS_LIBRARIES}
   )
 
 # Installation