Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 203bae6d authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add a check on the function LASCL

parent d44efd0e
No related branches found
No related tags found
No related merge requests found
......@@ -435,6 +435,9 @@ if (LAPACK_FOUND)
check_function_exists(LAPACKE_dlatms_work LAPACKE_WORKS)
endif()
mark_as_advanced(LAPACKE_WORKS)
unset(LAPACKE_WITH_LASCL CACHE)
check_function_exists(LAPACKE_dlascl LAPACKE_WITH_LASCL)
mark_as_advanced(LAPACKE_WITH_LASCL)
if(LAPACKE_WORKS)
# save link with dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment