Commit 2889e520 authored by Davis King's avatar Davis King

Changed cmake script to not try and link to gfortran when using openblas

since sometimes gfortran isn't available and openblas should already be linked
to gfortran if it was needed.
parent 8dd52dd1
......@@ -117,7 +117,7 @@ if (UNIX)
CHECK_FUNCTION_EXISTS(sgetrf_single OPENBLAS_HAS_LAPACK)
if (OPENBLAS_HAS_LAPACK)
message(STATUS "Using OpenBLAS's built in LAPACK")
set(lapack_libraries gfortran)
# set(lapack_libraries gfortran)
set(lapack_found 1)
endif()
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment