Skip to content

Commit 2fa25bb

Browse files
authored
Revert to using SCIP_PaPILO on Windows (#332)
1 parent 56b3c69 commit 2fa25bb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce"
1313
[compat]
1414
MathOptInterface = "1.32"
1515
OpenBLAS32_jll = "0.3"
16-
SCIP_PaPILO_jll = "900"
16+
SCIP_PaPILO_jll = "900.200.101"
1717
SCIP_jll = "900.200.100"
1818
julia = "1.10"
1919

src/init.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const depsjl_path = joinpath(@__DIR__, "..", "deps", "deps.jl")
99
if isfile(depsjl_path)
1010
# User-provided SCIP library
1111
include(depsjl_path)
12-
elseif Sys.iswindows()
13-
using SCIP_jll: libscip
1412
else
1513
# Artifact from BinaryBuilder package
1614
import SCIP_PaPILO_jll

0 commit comments

Comments
 (0)