You are right, there is a libcblas there, which is a symlink to `/usr/lib/atlas-base/libcblas.a`. However, the call still does not work, stating that "there is no such file". I think the test in the Guile library is broken and I opened an issue about it. Hopefully the author can help.
Thanks for the hint! On 3/19/20 2:20 AM, [email protected] wrote: > Message: 11 > Date: Thu, 19 Mar 2020 02:19:27 +0100 (CET) > From: [email protected] > To: [email protected] > Subject: [Trisquel-users] Re : Install CBLAS in Trisquel > Message-ID: > > <listhandler=2&site=trisquel.info&nid=26687&pid=0&cid=147403&uid=1750&tid=50&[email protected]> > > Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes > > GUILE_FFI_CBLAS_LIBNAME=liblapack.a GUILE_FFI_CBLAS_LIBPATH=/usr/lib/ guile > -L mod -s test/test-ffi-cblas.scm > > Are you sure the name is liblapack.a. It looks like (I have not tried to > install the development files) it should be libblas or libcblas (the > default). Maybe the path is /usr/lib/libblas too.
