Skip to content
Prev 4360 / 12125 Next

[R-pkg-devel] Linking with OpenBLAS complains lapacke not found

Please refer to BLAS_LIBS, LAPACK_LIBS in Writing R Extensions. For an 
example package that uses BLAS/LAPACK, see e.g. "stats" or "Matrix". The 
package will then use the BLAS/LAPACK implementation as chosen by the 
user/system administrator at dynamic linking time (see R Installation 
and Administration Manual for the defailts) - be it say reference BLAS, 
OpenBLAS, MKL or other; as a package author, one does not have to care 
which one it is.

Best
Tomas
On 9/8/19 2:22 PM, Sameh M. Abdulah wrote: