WORKED Perfectly. Antonio, Thank You Very Much!!!
On Wednesday, July 24, 2019 at 10:20:38 AM UTC-4, Antonio Rojas wrote: > > > > 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/b2784ed7-b49c-4816-bfa8-61378e6ada13%40googlegroups.com.
