From 2877236c71223c6d6b734bf2105254c9c54b170c Mon Sep 17 00:00:00 2001 From: Timo Betcke Date: Mon, 10 Nov 2025 13:18:18 +0000 Subject: [PATCH 1/2] Updated mpi --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dac1328..ea880ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,8 @@ crate-type = ["lib", "cdylib"] [dependencies] bempp-quadrature = { version = "0.1.0" } itertools = "0.14.*" -mpi = { version = "0.8.*", optional = true } +mpi = { git = "https://github.com/rsmpi/rsmpi.git", optional = true } +mpi-sys = { git = "https://github.com/rsmpi/rsmpi.git", optional = true } num = "0.4" rlst = { git = "https://github.com/linalg-rs/rlst.git" } serde = { version = "1", features = ["derive"], optional = true } From c391a5a5063aabf805ea76dc20ccf0e0987d0942 Mon Sep 17 00:00:00 2001 From: Timo Betcke Date: Mon, 10 Nov 2025 13:35:44 +0000 Subject: [PATCH 2/2] Updated mpi --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea880ef..9531684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,6 @@ crate-type = ["lib", "cdylib"] bempp-quadrature = { version = "0.1.0" } itertools = "0.14.*" mpi = { git = "https://github.com/rsmpi/rsmpi.git", optional = true } -mpi-sys = { git = "https://github.com/rsmpi/rsmpi.git", optional = true } num = "0.4" rlst = { git = "https://github.com/linalg-rs/rlst.git" } serde = { version = "1", features = ["derive"], optional = true }