Skip to content

Commit

Permalink
Merge 2519a8d into 479ae85
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Oct 30, 2020
2 parents 479ae85 + 2519a8d commit bbc18c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -13,7 +13,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CUTEst_jll = "^2"
CUTEst_jll = "2.0.4"
Combinatorics = "1.0"
DataStructures = "0.17, 0.18"
JSON = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
Expand Down
2 changes: 1 addition & 1 deletion src/CUTEst.jl
Expand Up @@ -60,7 +60,7 @@ function __init__()
return
end

ENV["ARCHDEFS"] = joinpath(CUTEst_jll.artifact_dir, "libexec", "ARCHDefs-2.0.3x")
ENV["ARCHDEFS"] = joinpath(CUTEst_jll.artifact_dir, "libexec", "ARCHDefs-2.0.4x")
ENV["SIFDECODE"] = joinpath(CUTEst_jll.artifact_dir, "libexec", "SIFDecode-2.0.3")
ENV["CUTEST"] = joinpath(CUTEst_jll.artifact_dir, "libexec", "CUTEst-2.0.3")

Expand Down

0 comments on commit bbc18c6

Please sign in to comment.