Skip to content

Commit

Permalink
Fixed MPI dependency declaration for RLST
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 16, 2024
1 parent b3ea2e5 commit 0bda2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nightly = ["pulp/nightly"]
strict = []
sleef = ["rlst/sleef"]
default = ["sleef"]
mpi = ["dep:mpi", "dep:bempp-distributed-tools"]
mpi = ["dep:mpi", "dep:bempp-distributed-tools", "rlst/mpi"]


[package]
Expand All @@ -31,7 +31,7 @@ approx = { version = "0.5", features = ["num-complex"] }
rayon = "1.9"
num = "0.4"
num_cpus = "1"
rlst = { git = "https://github.com/linalg-rs/rlst.git", features = ["mpi"] }
rlst = { git = "https://github.com/linalg-rs/rlst.git" }
# rlst = { path = "../rlst", features = ["mpi"] }
rand = "0.8.5"
itertools = { version = "0.13.0", default-features = false }
Expand Down

0 comments on commit 0bda2ae

Please sign in to comment.