Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LAPACK not found #9

Open
cnegre opened this issue Mar 18, 2017 · 6 comments
Open

LAPACK not found #9

cnegre opened this issue Mar 18, 2017 · 6 comments
Assignees

Comments

@cnegre
Copy link
Collaborator

cnegre commented Mar 18, 2017

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

@nicolasbock
Copy link
Collaborator

@cnegre, is that on Ubuntu? Which OS version?

@nicolasbock
Copy link
Collaborator

You could also try to export CMAKE_PREFIX_PATH with where you have installed lapack.

@nicolasbock
Copy link
Collaborator

@cnegre Is this still an issue?

@cnegre
Copy link
Collaborator Author

cnegre commented Apr 8, 2017 via email

@nicolasbock
Copy link
Collaborator

nicolasbock commented Apr 8, 2017 via email

@cnegre
Copy link
Collaborator Author

cnegre commented Apr 10, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants