Skip to content

Commit

Permalink
Remove REPAIR_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 8, 2023
1 parent f0f2ee4 commit 1154eac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ before-all = [
"unzip scip.zip",
"mv scip_install src/scip"
]
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"}
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", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
repair-wheel-command = [
"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 1154eac

Please sign in to comment.