Skip to content

Commit

Permalink
BLD: use newer version of delocate
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored and charris committed Dec 17, 2022
1 parent e18104e commit 900efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wheels/cibw_before_build.sh
Expand Up @@ -43,5 +43,5 @@ if [[ $RUNNER_OS == "macOS" ]]; then
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 git+https://github.com/matthew-brett/delocate@2b10a14b
fi

0 comments on commit 900efb1

Please sign in to comment.