@@ -44,7 +44,7 @@ skip="pp*" # currently doesn't work with PyPy
44
44
skip =" pp* cp36* cp37* *musllinux*"
45
45
before-all = [
46
46
" (apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget" ,
47
- " wget https://scipopt.org/download/release/SCIP-9.0.0-Linux-x86_64 .zip -O scip.zip" ,
47
+ " wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.1.0/libscip-linux .zip -O scip.zip" ,
48
48
" unzip scip.zip" ,
49
49
" mv scip_install scip"
50
50
]
@@ -57,9 +57,9 @@ before-all = '''
57
57
#!/bin/bash
58
58
brew install wget zlib gcc
59
59
if [[ $CIBW_ARCHS == *"arm"* ]]; then
60
- wget https://scipopt.org/download/release/SCIP-9.0.0-Darwin -arm.zip -O scip.zip
60
+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.1.0/libscip-macos -arm.zip -O scip.zip
61
61
else
62
- wget https://scipopt.org/download/release/SCIP-9.0.0-Darwin-x86_64 .zip -O scip.zip
62
+ wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.1.0/libscip-macos .zip -O scip.zip
63
63
fi
64
64
unzip scip.zip
65
65
mv scip_install src/scip
@@ -75,7 +75,7 @@ repair-wheel-command = [
75
75
skip =" pp* cp36* cp37*"
76
76
before-all = [
77
77
" choco install 7zip wget" ,
78
- " wget https://scipopt.org/download/release/SCIP-9.0.0-win64-VS22 .zip -O scip.zip" ,
78
+ " wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.1.0/libscip-windows .zip -O scip.zip" ,
79
79
" \" C:\\ Program Files\\ 7-Zip\\ 7z.exe\" x \" scip.zip\" -o\" scip-test\" " ,
80
80
" mv .\\ scip-test\\ scip_install .\\ test" ,
81
81
" mv .\\ test .\\ scip"
0 commit comments