From d9d4c501738942a9a128a97867fdac42523450cc Mon Sep 17 00:00:00 2001 From: Timo Betcke Date: Mon, 16 Dec 2024 13:21:23 +0000 Subject: [PATCH] Removed MPI from default dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 181a2f9..ba987e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ git2 = "0.19" [features] strict = [] -default = ["mpi"] +default = [] mpi = ["dep:mpi", "dep:bempp-distributed-tools"] suitesparse = [] disable_system_blas_lapack = []