Skip to content

Commit

Permalink
Merge pull request #385 from kateinoigakukun/yt/way-to-turnoff-blas
Browse files Browse the repository at this point in the history
Add a feature to turn on/off blas backend
  • Loading branch information
Dirreke authored Jan 29, 2025
2 parents af2e191 + 6879eb2 commit c62ff0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ndarray-linalg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ readme = "../README.md"
categories = ["algorithms", "science"]

[features]
default = []
default = ["blas"]
blas = ["ndarray/blas"]

netlib = ["lax/netlib"]
openblas = ["lax/openblas"]
Expand All @@ -38,7 +39,7 @@ thiserror = "1.0.24"

[dependencies.ndarray]
version = "0.16.0"
features = ["blas", "approx", "std"]
features = ["approx", "std"]
default-features = false

[dependencies.lax]
Expand Down

0 comments on commit c62ff0c

Please sign in to comment.