From a94673168b169bbac90a9ee195b60e018ea9d78d Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Thu, 26 Oct 2023 15:46:17 +0100 Subject: [PATCH] use numbered rsmpi version (#51) --- netlib-lapack-src/lapack | 2 +- sparse/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"