L2 icon indicating copy to clipboard operation
L2 copied to clipboard

Change BLAS implementation from accelerate to netlib

Open krtab opened this issue 4 years ago • 0 comments

Currently, the BLAS implementation defaults to accelerate, the Apple one, which is macOS only. On top of preventing non macOS user to build the code as-is, it also causes the CI to fail.

Netlib is the "vanilla" BLAS implementation. Not very efficient, but should work on the highest number of platforms.

krtab avatar Jul 29 '20 15:07 krtab