Skip to content

Commit

Permalink
Revert "rlst branch"
Browse files Browse the repository at this point in the history
This reverts commit 0e1d8a0.
  • Loading branch information
mscroggs committed Oct 24, 2023
1 parent 0e1d8a0 commit 954bba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions element/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ bempp-quadrature = { path = "../quadrature" }
paste = "1.*"
libc = "0.2"
approx = "0.5"
rlst = { git = "https://github.com/linalg-rs/rlst.git@mscroggs/rsmpi-0.7.0" }
rlst-blis-src = { git = "https://github.com/linalg-rs/rlst.git@mscroggs/rsmpi-0.7.0" }
rlst-dense = { git = "https://github.com/linalg-rs/rlst.git@mscroggs/rsmpi-0.7.0" }
rlst-algorithms = { git = "https://github.com/linalg-rs/rlst.git@mscroggs/rsmpi-0.7.0" }
rlst = { git = "https://github.com/linalg-rs/rlst.git" }
rlst-blis-src = { git = "https://github.com/linalg-rs/rlst.git" }
rlst-dense = { git = "https://github.com/linalg-rs/rlst.git" }
rlst-algorithms = { git = "https://github.com/linalg-rs/rlst.git" }

4 changes: 2 additions & 2 deletions kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ approx = "0.5"
rayon = "1.7"
num = "0.4"
num_cpus = "1"
rlst = { git = "https://github.com/linalg-rs/rlst.git@mscroggs/rsmpi-0.7.0" }
rlst-dense = { git = "https://github.com/linalg-rs/rlst.git@mscroggs/rsmpi-0.7.0" }
rlst = { git = "https://github.com/linalg-rs/rlst.git" }
rlst-dense = { git = "https://github.com/linalg-rs/rlst.git" }

[dev-dependencies]

0 comments on commit 954bba7

Please sign in to comment.