Skip to content

Commit 264d279

Browse files
committed
Add macosx deployment flag to repair wheel command
1 parent 8dbd6e5 commit 264d279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ mv scip_install src/scip
6767
'''
6868
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", RELEASE="true"}
6969
repair-wheel-command = [
70+
"export MACOSX_DEPLOYMENT_TARGET=13.0",
7071
"delocate-listdeps {wheel}",
7172
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
7273
]

0 commit comments

Comments
 (0)