Skip to content

Commit

Permalink
Try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 7, 2023
1 parent ecd3dda commit 759dbc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ before-all = [
]
environment = { SCIPOPTDIR="$(pwd)/src/scip", LD_LIBRARY_PATH="$(pwd)/src/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/src/scip/lib:$DYLD_LIBRARY_PATH", REPAIR_LIBRARY_PATH="$(pwd)/src/scip/lib:$REPAIR_LIBRARY_PATH", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
repair-wheel-command = [
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel}",
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
"DYLD_LIBRARY_PATH='DYLB_LIBRARY_PATH:$(pwd)/src/scip'",
"SCIPOPTDIR='$SCIPOPTDIR:$(pwd)/src/scip'",
"LD_LIBRARY_PATH='$LB_LIBRARY_PATH:$(pwd)/src/scip'",
"delocate-listdeps {wheel}",
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
]


Expand Down

0 comments on commit 759dbc5

Please sign in to comment.