nalgebra-lapack: restore netlib as the default backend.

This commit is contained in:
Sébastien Crozet 2021-08-04 11:30:36 +02:00
parent 65b299557c
commit 107b3bedb4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ proptest-support = [ "nalgebra/proptest-support" ]
arbitrary = [ "nalgebra/arbitrary" ]
# For BLAS/LAPACK
default = ["intel-mkl"]
default = ["netlib"]
openblas = ["lapack-src/openblas"]
netlib = ["lapack-src/netlib"]
accelerate = ["lapack-src/accelerate"]