From 86183cfe180071d12d5219939b7453d89044e58d Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 13 May 2025 13:14:17 +1200 Subject: [PATCH 1/3] Revert to using SCIP_PaPILO on Windows --- src/init.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/init.jl b/src/init.jl index 7bc3e13f..9fb0f4d1 100644 --- a/src/init.jl +++ b/src/init.jl @@ -9,8 +9,6 @@ const depsjl_path = joinpath(@__DIR__, "..", "deps", "deps.jl") if isfile(depsjl_path) # User-provided SCIP library include(depsjl_path) -elseif Sys.iswindows() - using SCIP_jll: libscip else # Artifact from BinaryBuilder package import SCIP_PaPILO_jll From 7ca7518ca2bb341ad1d23d1de15f16bb2f9524c9 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 15 May 2025 08:14:46 +1200 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3b86f75..128a6b8d 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce" [compat] MathOptInterface = "1.32" OpenBLAS32_jll = "0.3" -SCIP_PaPILO_jll = "900" +SCIP_PaPILO_jll = "900.200.100" SCIP_jll = "900.200.100" julia = "1.10" From 0ca97992de208d7ab722c22c5aa4e72bc3197fc1 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 15 May 2025 13:17:18 +1200 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 128a6b8d..20629c0b 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce" [compat] MathOptInterface = "1.32" OpenBLAS32_jll = "0.3" -SCIP_PaPILO_jll = "900.200.100" +SCIP_PaPILO_jll = "900.200.101" SCIP_jll = "900.200.100" julia = "1.10"