Skip to content

Commit

Permalink
Move some lib64 libs to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Nov 10, 2023
1 parent c54a53c commit 465a2a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before-all = [
"(apt-get update && apt-get install --yes wget) || yum install -y wget || brew install wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-centos.zip -O scip.zip",
"unzip scip.zip",
"mv scip_install scip"
"mv scip_install scip",
"cp scip/lib64/* scip/lib/."
]
environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}

0 comments on commit 465a2a6

Please sign in to comment.