-
Notifications
You must be signed in to change notification settings - Fork 14
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 library not found. #56
Comments
What BLAS and LAPACK libraries are you using? Please include the complete input and output of CMake, including any environment variables you may have set ($CXX, $LIBRARY_PATH, etc.). You can also try the Makefile-based configure. Even if it fails with the same issue, it generates a config/log.txt file for diagnosis.
You can also try
but the output is quite verbose and difficult to understand. Mark |
Here is a complete log. lapack-3.11.0 is from https://github.com/Reference-LAPACK/lapack/archive/refs/tags/ openblas-0.3.20 is used. MKL is a linux-only package and isn't available on *BSD. |
Hi Mark, The build is still failing. First, LAPACK_LIBRARIES aren't passed to cmake/LAPACKFinder.cmake Do you know how to resolve these issues? Thank you, |
Configure fails:
In cmake/LAPACKFinder.cmake the compilation of lapack_pstrf.cc fails with this output:
Version: 2023.11.05
lapack-3.11.0
clang-16
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: