diff --git a/netlib-lapack-src/lapack b/netlib-lapack-src/lapack index 78666268..ae2f14fe 160000 --- a/netlib-lapack-src/lapack +++ b/netlib-lapack-src/lapack @@ -1 +1 @@ -Subproject commit 7866626840f5d5e7e27f027a55182da8b3303872 +Subproject commit ae2f14fe1f0dd94b2dacc1c35107f0ea5b5c6f07 diff --git a/sparse/Cargo.toml b/sparse/Cargo.toml index 6e615b1d..b657fdf7 100644 --- a/sparse/Cargo.toml +++ b/sparse/Cargo.toml @@ -9,8 +9,8 @@ edition = "2021" rlst-operator = {path = "../operator"} rlst-common = {path = "../common"} rlst-dense = {path = "../dense"} -mpi = { git="https://github.com/rsmpi/rsmpi", optional=true } -mpi-sys = { git="https://github.com/rsmpi/rsmpi", optional=true } +mpi = { version="0.7.0", optional=true } +mpi-sys = { version="0.2.1", optional=true } num = "0.4" rand = "0.8" rand_distr = "0.4"