Skip to content

Commit

Permalink
add a debug tool delocate-listdeps --all
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Mar 8, 2024
1 parent fc77fde commit c947f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,14 @@ jobs:
;;
macOS)
LDFLAGS="-rpath ${CONDA_ENV_DIR}/lib -rpath $HOME/.local/lib"
ls -l $CONDA_ENV_DIR/lib
export LDFLAGS
CXXFLAGS=-faligned-allocation
export CXXFLAGS
CGAL_DIR=$HOME/.local python -m pip wheel -v .
delocate-listdeps --all cgal-*.whl
delocate-wheel -w fixed_wheel cgal-*.whl
delocate-listdeps --all fixed_wheel/*.whl
rm cgal-*.whl
cp fixed_wheel/*.whl .
;;
Expand Down

0 comments on commit c947f07

Please sign in to comment.