File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 julia --project=. -e '
5858 using Pkg
5959 Pkg.add(name="OpenSSL_jll", version="3.0")
60- Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git", rev="main")
61- Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git", rev="main")
6260 Pkg.instantiate()
6361 Pkg.build("PyCall")
6462 '
@@ -132,8 +130,6 @@ jobs:
132130 using Pkg
133131 Pkg.develop(PackageSpec(path=pwd()))
134132 Pkg.add(name="OpenSSL_jll", version="3.0")
135- Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git", rev="main")
136- Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git", rev="main")
137133 Pkg.instantiate()
138134 Pkg.build("PyCall")
139135 '
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515
1616[sources ]
17- LinearAlgebraMPI = {path = " /Users/sebastienloisel/Dropbox/2023/Spectral Barrier Method/julia/ LinearAlgebraMPI.jl" }
18- MultiGridBarrier = {path = " /Users/sebastienloisel/Dropbox/2023/Spectral Barrier Method/julia/ MultiGridBarrier.jl" }
17+ LinearAlgebraMPI = {url = " https://github.com/sloisel/ LinearAlgebraMPI.jl.git " , rev = " main " }
18+ MultiGridBarrier = {url = " https://github.com/sloisel/ MultiGridBarrier.jl.git " , rev = " main " }
1919
2020[compat ]
2121BenchmarkTools = " 1.6"
You can’t perform that action at this time.
0 commit comments