Skip to content

Commit

Permalink
BLD: test delocate works [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Jun 2, 2024
1 parent 15f6449 commit 9b74461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ jobs:
# remove libgfortran from location used for linking, to check wheel has
# bundled things correctly
PREFIX="sudo rm -rf /opt/gfortran-darwin-x86_64-native &&\
rm /usr/local/lib/libgfortran.dylib /usr/local/lib/libgfortran.5.dylib && "
POSTFIX=" && sudo rm -rf /opt/gfortran-darwin-x86_64-native &&\
rm /usr/local/lib/libgfortran.dylib /usr/local/lib/libgfortran.5.dylib"
fi
CIBW="$PREFIX delocate-listdeps {wheel} &&\
$PREFIX delocate-wheel $EXCLUDE --require-archs \
{delocate_archs} -w {dest_dir} {wheel}"
{delocate_archs} -w {dest_dir} {wheel} $POSTFIX"
# Rename x86 Accelerate wheel to test on macOS 13 runner
if [[ ${{ matrix.buildplat[0] }} == 'macos-13' && ${{ matrix.buildplat[4] }} == '14.0' ]]; then
CIBW+=" && mv {dest_dir}/\$(basename {wheel}) \
Expand Down

0 comments on commit 9b74461

Please sign in to comment.