[R-pkg-devel] Link to MKL instead of RBLAS on CRAN
On 27.09.2023 14:11, Sameh Abdulah wrote:
Hi, Is it possible to link with MKL instead of RBLAS when submitting my package to CRAN? Do CRAN support other BLAS libraries?
Not quite sure what you aim at. You submit a source package. Make sure it can be linked with any BLAS. CRAN checks your package (after acceptance) with R versions linked against OpenBLAS, MKL, ATLAS etc. Binaries are always linked against Rblas for maximal compatibility. Best, Uwe Ligges
Best, --Sameh