File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 julia --project=. -e '
5050 using Pkg
5151 Pkg.add(name="OpenSSL_jll", version="3.0")
52- # Install MultiGridBarrier from GitHub (with uniformity assertion patches)
52+ # Install from GitHub (with MPI fixes)
53+ Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git")
5354 Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git")
5455 Pkg.instantiate()
5556 Pkg.build("PyCall")
@@ -110,7 +111,8 @@ jobs:
110111 using Pkg
111112 Pkg.develop(PackageSpec(path=pwd()))
112113 Pkg.add(name="OpenSSL_jll", version="3.0")
113- # Install MultiGridBarrier from GitHub (with uniformity assertion patches)
114+ # Install from GitHub (with MPI fixes)
115+ Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git")
114116 Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git")
115117 Pkg.instantiate()
116118 Pkg.build("PyCall")
You can’t perform that action at this time.
0 commit comments