Skip to content

Commit

Permalink
Reset nalgebra-lapack cargo.toml to its previous defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Oct 30, 2022
1 parent e32f4ee commit 24e85b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nalgebra-lapack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proptest-support = [ "nalgebra/proptest-support" ]
arbitrary = [ "nalgebra/arbitrary" ]

# For BLAS/LAPACK
default = ["openblas"]
default = ["netlib"]
openblas = ["lapack-src/openblas"]
netlib = ["lapack-src/netlib"]
accelerate = ["lapack-src/accelerate"]
Expand All @@ -36,7 +36,6 @@ simba = "0.7"
serde = { version = "1.0", features = [ "derive" ], optional = true }
lapack = { version = "0.19", default-features = false }
lapack-src = { version = "0.8", default-features = false }
openblas-src = {version = "*", features = ["static"]}
# clippy = "*"

[dev-dependencies]
Expand Down

0 comments on commit 24e85b9

Please sign in to comment.