Skip to content

Commit

Permalink
Removed MPI from default dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 16, 2024
1 parent 28329d6 commit d9d4c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git2 = "0.19"

[features]
strict = []
default = ["mpi"]
default = []
mpi = ["dep:mpi", "dep:bempp-distributed-tools"]
suitesparse = []
disable_system_blas_lapack = []
Expand Down

0 comments on commit d9d4c50

Please sign in to comment.