Skip to content

Commit

Permalink
Merge pull request #22815 from charris/backport-22814
Browse files Browse the repository at this point in the history
BLD: use newer version of delocate
  • Loading branch information
charris committed Dec 18, 2022
2 parents e18104e + df2d26f commit 5ac09da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/wheels/cibw_before_build.sh
Expand Up @@ -42,6 +42,5 @@ if [[ $RUNNER_OS == "macOS" ]]; then
fi
source $PROJECT_DIR/tools/wheels/gfortran_utils.sh
install_gfortran
# Try a newer version of delocate that knows about /usr/local/lib
pip install git+https://github.com/isuruf/delocate@search_usr_local#egg=delocate
pip install delocate==0.10.4
fi

0 comments on commit 5ac09da

Please sign in to comment.