Skip to content

Commit 095378e

Browse files
authored
Update pyproject.toml
1 parent 3370fb6 commit 095378e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ before-all = [
4646
"(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget",
4747
"wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.4.0/libscip-gcg-linux.zip -O gcg.zip",
4848
"unzip gcg.zip",
49-
"mv scip_install gcg",
49+
"mv scip_install gcg"
50+
]
51+
before-build = [
5052
"wget https://github.com/scipopt/pyscipopt/archive/refs/tags/v5.1.1.zip -O pyscipopt.zip",
5153
"unzip pyscipopt.zip",
5254
"cd PySCIPOpt-5.1.1",
5355
"python -m pip install ."
54-
]
56+
]
5557
environment = { SCIPOPTDIR="$(pwd)/gcg", GCGOPTDIR="$(pwd)/gcg", LD_LIBRARY_PATH="$(pwd)/gcg/lib:$LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/gcg/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/gcg/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/gcg/lib/pkgconfig:$PKG_CONFIG_PATH", RELEASE="true"}
5658

5759

0 commit comments

Comments
 (0)