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 b4c1d5d
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.1.4
fi

0 comments on commit b4c1d5d

Please sign in to comment.