El miércoles, 24 de julio de 2019, 15:33:02 (UTC+2), John Robson escribió: > > > How can I inform to sage to use the cblas from openblas-lapack? > > You need to provide a cblas.pc file in /usr/lib/pkgconfig/ so that pkgconfig can detect the library. Something like
libdir=/usr/lib includedir=/usr/include Name: CBLAS Description: C Standard Interface to BLAS Basic Linear Algebra Subprograms Version: 3.8.0 URL: http://www.netlib.org/blas/#_cblas Libs: -L${libdir} -lcblas Cflags: -I${includedir} Requires.private: blas -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/e259f6e4-1847-4d93-a9df-6173ac8cfad9%40googlegroups.com.
