-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
3.12.1 fails to build #1092
Comments
should read |
FYI, #1094 |
The same kind of error is displayed when building xlapack (on FreeBSD with gfortran 13):
|
As far as I can tell, "xlapack" appears to be a FreeBSD-specific creation that is simply stock Reference-LAPACK built against the extended-precision XBLAS instead of its included Reference-BLAS (?) |
It sets USE_XBLAS to ON, and depends on xblas. Since USE_XBLAS is part of Lapack's CMakeLists.txt, I didn't know that is was specific to FreeBSD! |
At least FreeBSD appears to be the only ones packaging it, if google is still to be trusted (somewhat). Anyway as far as I can tell it is basically a build variant of Reference-LAPACK so whoever distributes it must update their sources to include the post-3.12.1 patches |
I do not know if it still used... maybe I'll mark it deprecated to see if I get some feedback. |
With GCC 14.2
Build command:
The text was updated successfully, but these errors were encountered: