- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 572
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
Let FFLAS-FFPACK use Sage's LAPACK #14390
Comments
This comment has been minimized.
This comment has been minimized.
comment:3
fflas_fflapack install script also needs serious revamping for Solaris, Cygwin and surely other os where it looks for system-wide libraries or libraries we don't build anymore. |
comment:4
For solaris we surely need to pass -lrt. |
comment:8
The dependency of fflas-ffpack to LAPACK is optional and really not relevant to sage. It is only used for benchmarks, in order to compare its timings with LAPACK's. It is safe to assume that Sage should build fflas-ffpack without LAPACK dependency and I suggest to close this ticket. |
Reviewer: Clement Pernet |
The current spkg fails to detect (Sage's) LAPACK.
It uses the same linker option to detect it as to detect BLAS and it obviously fails.
It also fails to build on (some?) Solaris system with the new ATLAS from #10508 which is threaded ATLAS and needs to link with realtime library (-lrt).
Component: packages: standard
Reviewer: Clement Pernet
Issue created by migration from https://trac.sagemath.org/ticket/14390
The text was updated successfully, but these errors were encountered: