Skip to content
Snippets Groups Projects
Commit 85a1ee78 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

uncommented libraries for open64 and acml

parent d1846222
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ if(AMDIS_NEED_UMFPACK)
if("$ENV{BLA_VENDOR}" STREQUAL "ACML")
find_library(ACML_LIBRARY acml HINTS ENV ACML_LIB)
if(ACML_LIBRARY)
list(APPEND AMDIS_LIBRARIES ${ACML_LIBRARY} fortran ffio m rt) #needed on atlas..
list(APPEND AMDIS_LIBRARIES ${ACML_LIBRARY}) #fortran ffio m rt) #needed for open64
else()
message(FATAL_ERROR "could not find the acml libraries, required by acml blas")
endif(ACML_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment