Mercurial > repos > public > sbplib_julia
changeset 316:d244f2e5f822
Remove machine specific path in Manifest.toml and run pkg resolve of DiffOps
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 09 Sep 2020 21:06:59 +0200 |
parents | 5645021683d3 |
children | 75c61d927153 |
files | DiffOps/Manifest.toml Manifest.toml |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DiffOps/Manifest.toml Wed Sep 09 20:41:31 2020 +0200 +++ b/DiffOps/Manifest.toml Wed Sep 09 21:06:59 2020 +0200 @@ -18,6 +18,7 @@ uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" [[LazyTensors]] +deps = ["RegionIndices"] path = "../LazyTensors" uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3" version = "0.1.0"
--- a/Manifest.toml Wed Sep 09 20:41:31 2020 +0200 +++ b/Manifest.toml Wed Sep 09 21:06:59 2020 +0200 @@ -46,7 +46,7 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [[RegionIndices]] -path = "/Users/vidar/dev/hg/sbpteam/sbplib_julia/RegionIndices" +path = "RegionIndices" uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" version = "0.1.0"