We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d328654 commit 2ad7ee1Copy full SHA for 2ad7ee1
test/runtests.jl
@@ -90,7 +90,8 @@ module TestJLL end
90
91
# Package with a augment_platform!
92
@static if VERSION >= v"1.6.0-DEV"
93
- Pkg.develop(PackageSpec(path=joinpath(@__DIR__, "LAMMPS_jll")))
+ Pkg.develop(PackageSpec(path=joinpathA(@__DIR__, "LAMMPS_jll")))
94
+ Pkg.instantiate()
95
@test_nowarn @eval TestJLL using LAMMPS_jll
96
@test @eval TestJLL LAMMPS_jll.is_available()
97
@test @eval TestJLL LAMMPS_jll.abi == (Sys.iswindows() ? :MicrosoftMPI : :MPICH)
0 commit comments