qmd-progress icon indicating copy to clipboard operation
qmd-progress copied to clipboard

LAPACK not found

Open cnegre opened this issue 7 years ago • 6 comments

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 ....

cnegre avatar Mar 18 '17 17:03 cnegre