Skip to content

Commit 0ac166d

Browse files
committed
Update links to new scip build with sassy+nauty
1 parent eff4bd0 commit 0ac166d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ skip="pp*" # currently doesn't work with PyPy
4444
skip="pp* cp36* cp37* *musllinux*"
4545
before-all = [
4646
"(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",
4848
"unzip scip.zip",
4949
"mv scip_install scip"
5050
]
@@ -57,9 +57,9 @@ before-all = '''
5757
#!/bin/bash
5858
brew install wget zlib gcc
5959
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
6161
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
6363
fi
6464
unzip scip.zip
6565
mv scip_install src/scip
@@ -75,7 +75,7 @@ repair-wheel-command = [
7575
skip="pp* cp36* cp37*"
7676
before-all = [
7777
"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",
7979
"\"C:\\Program Files\\7-Zip\\7z.exe\" x \"scip.zip\" -o\"scip-test\"",
8080
"mv .\\scip-test\\scip_install .\\test",
8181
"mv .\\test .\\scip"

0 commit comments

Comments
 (0)