Re: [R-SIG-Mac] vecLib-based BLAS not working with R 4.5.0

2025-04-15 Thread Simon Urbanek
TL;DR latest R 4.5.0 Patched (r88147 or higher) from https://mac.R-project.org should work. Ulrich, Thanks for the report. Yes, the whole purpose of the R shared BLAS is that you can point it to any BLAS implementation as long as it is complete enough for R to use. Unfortunately, R 4.5.0 now r

Re: [R-SIG-Mac] vecLib-based BLAS not working with R 4.5.0

2025-04-15 Thread Prof Brian Ripley via R-SIG-Mac
On 15/04/2025 11:59, Ulrich KELLER wrote: Symlinking the vecLib-based BLAS no longer seems to work with R 4.5.0. After running `ln -sf libRblas.vecLib.dylib libRblas.dylib`, R fails to load the stats package: ``` During startup - Warning message: package ‘stats’ in options("defaultPackages") w

[R-SIG-Mac] vecLib-based BLAS not working with R 4.5.0

2025-04-15 Thread Ulrich KELLER
Symlinking the vecLib-based BLAS no longer seems to work with R 4.5.0. After running `ln -sf libRblas.vecLib.dylib libRblas.dylib`, R fails to load the stats package: ``` During startup - Warning message: package ‘stats’ in options("defaultPackages") was not found > library(stats) Error: package