File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11name = " PETSc"
22uuid = " ace2c81b-2b5f-4b1e-a30d-d662738edfe0"
33authors = [" Simon Byrne <simonbyrne@gmail.com>" ]
4- version = " 0.3.0 "
4+ version = " 0.3.1 "
55
66[deps ]
77Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
88LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99MPI = " da04e1cc-30fd-572f-bb4f-1f8673147195"
1010MPIPreferences = " 3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
1111PETSc_jll = " 8fa3689e-f0b9-5420-9873-adf6ccf46f2d"
12+ Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1213SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1314
1415[compat ]
Original file line number Diff line number Diff line change 8787
8888@testset " parse_options tests" begin
8989 @test begin
90+
9091 julia = joinpath (Sys. BINDIR, Base. julia_exename ())
92+ # Force packages to be installed
93+ run (` $(julia) --startup-file=no --project -e "using Pkg; Pkg.instantiate()" ` )
94+
9195 run (` $(julia) --startup-file=no --project -e "using PETSc
9296 using Test
9397 opts = PETSc.parse_options(ARGS)
Original file line number Diff line number Diff line change 11using Test
22using MPI: MPI, mpiexec
3- using PETSc, PETSc_jll
3+ using PETSc, PETSc_jll, Pkg
44
5+ # Make sure that all dependencies are installed also on a clean system
6+ Pkg. instantiate ()
57
68import MPIPreferences
79@info " Testing PETSc.jl with" MPIPreferences. binary MPIPreferences. abi PETSc_jll. host_platform
You can’t perform that action at this time.
0 commit comments