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 b805dfe commit 1cdb6bfCopy full SHA for 1cdb6bf
test/LAMMPS_jll/.pkg/select_artifacts.jl
@@ -1,6 +1,11 @@
1
push!(LOAD_PATH, "..")
2
3
-using TOML, Artifacts, Base.BinaryPlatforms
+if VERSION < v"1.7"
4
+ using Pkg.TOML
5
+else
6
+ using TOML
7
+end
8
+using Artifacts, Base.BinaryPlatforms
9
include("./platform_augmentation.jl")
10
artifacts_toml = joinpath(dirname(@__DIR__), "Artifacts.toml")
11
0 commit comments