Skip to content

Commit

Permalink
Removed mpi-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 11, 2024
1 parent 0ae75f4 commit 4ba805a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pulp = { version = "0.20" }
bytemuck = "1.16.0"

mpi = { version = "0.8.0", optional = true }
mpi-sys = { version = "0.2.1", optional = true }


[dev-dependencies]
Expand All @@ -51,7 +50,7 @@ git2 = "0.19"
[features]
strict = []
default = []
mpi = ["dep:mpi", "dep:mpi-sys"]
mpi = ["dep:mpi"]
suitesparse = []
disable_system_blas_lapack = []
sleef = []
Expand Down

0 comments on commit 4ba805a

Please sign in to comment.