qmd-progress
qmd-progress copied to clipboard
LAPACK not found
At the moment of configuring cmake says lapack is not found (for both GNU, MKL). However by commenting the following lines in the Cmake.txt
#if(NOT (LAPACK_LIBRARIES OR LAPACK_FOUND)) # include(FindLAPACK) #if(NOT LAPACK_FOUND) # message(FATAL_ERROR "Can not find suitable LAPACK library") # endif() #endif()
Everything work perfectly well ....