Skip to content

Commit 2bc490f

Browse files
authored
Merge pull request #170 from rust-ndarray/feature-static
Feature static
2 parents 6133488 + c444883 commit 2bc490f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ netlib = ["lapack-src/netlib", "blas-src/netlib"]
1919
openblas = ["lapack-src/openblas", "blas-src/openblas"]
2020
serde-1 = ["ndarray/serde-1", "num-complex/serde"]
2121

22+
static = ["openblas-static"]
2223
openblas-static = ["openblas", "openblas-src"]
2324

2425
[dependencies]

0 commit comments

Comments
 (0)