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

FindLAPACKE picking up system lapack and blas #105

Open
raovgarimella opened this issue Oct 5, 2017 · 2 comments
Open

FindLAPACKE picking up system lapack and blas #105

raovgarimella opened this issue Oct 5, 2017 · 2 comments

Comments

@raovgarimella
Copy link

When I try to find LAPACKE libraries using cinch's FindLAPACKE module on varan/barugon on the xlan, it is picking up the right lapacke library (as specified by the PC_LAPACKE_INCLUDE_DIRS and PC_LAPACKE_LIBRARY_DIRS) but it is picking up system versions of LAPACK and BLAS. This is causing warnings and undefined symbols.

@raovgarimella
Copy link
Author

The issue is that the find_package(LAPACK) command is not forwarded the guidance we gave the FindLAPACKE.cmake file about where to find the appropriate files.

@junghans
Copy link
Member

As always, pull requests are welcome!

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