Skip to content

Commit 759dbc5

Browse files
committed
Try something else
1 parent ecd3dda commit 759dbc5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ before-all = [
2727
]
2828
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"}
2929
repair-wheel-command = [
30-
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel}",
31-
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
30+
"DYLD_LIBRARY_PATH='DYLB_LIBRARY_PATH:$(pwd)/src/scip'",
31+
"SCIPOPTDIR='$SCIPOPTDIR:$(pwd)/src/scip'",
32+
"LD_LIBRARY_PATH='$LB_LIBRARY_PATH:$(pwd)/src/scip'",
33+
"delocate-listdeps {wheel}",
34+
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
3235
]
3336

3437

0 commit comments

Comments
 (0)