From 469c53af747f08dc85f2d5c6e29bd6502ae8dc28 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Tue, 20 Aug 2024 12:27:01 -0400 Subject: [PATCH] Use the latest release of sifcollection --- Artifacts.toml | 6 +++--- src/sifdecoder.jl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Artifacts.toml b/Artifacts.toml index 618c19ba..65afc5c0 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1,10 +1,10 @@ [sifcollection] -git-tree-sha1 = "8abf878b5b5679ac70946a6a1bf6a55805f63fc6" +git-tree-sha1 = "86aa6af9586c1b3d172420975f226838f45b8f11" lazy = true [[sifcollection.download]] - url = "https://bitbucket.org/optrove/sif/get/c71425cc7f54ddda53ab57c11290a1cbf53aaf17.tar.gz" - sha256 = "29de55f04a2c88757dee7c0901eb0f77a90f43642f3bd4bab15c0bcc0ccb5f89" + url = "https://bitbucket.org/optrove/sif/get/9c590588cccadddeb887513e3fe6bb6dde95ee6e.tar.gz" + sha256 = "efaa035c44cba82259c0baf4f30a364aa6cb094c93a5afcf42a497f1f9743e91" [maros-meszaros] git-tree-sha1 = "0eff5ae5b345db85386f55f672a19c90f23257b2" diff --git a/src/sifdecoder.jl b/src/sifdecoder.jl index 91f37d85..88565647 100644 --- a/src/sifdecoder.jl +++ b/src/sifdecoder.jl @@ -10,7 +10,7 @@ The supported sets are: """ function set_mastsif(set::String = "sifcollection") if set == "sifcollection" - ENV["MASTSIF"] = joinpath(artifact"sifcollection", "optrove-sif-c71425cc7f54") + ENV["MASTSIF"] = joinpath(artifact"sifcollection", "optrove-sif-9c590588ccca") elseif set == "maros-meszaros" ENV["MASTSIF"] = joinpath(artifact"maros-meszaros", "optrove-maros-meszaros-9adfb5707b1e") elseif set == "netlib-lp"