Skip to content

Commit

Permalink
Merge pull request #10890 from rouault/workaround_brew_hdf5
Browse files Browse the repository at this point in the history
CI Mac Homebrew: workaround issue with latest hdf5 package
  • Loading branch information
rouault committed Sep 27, 2024
2 parents 91bfec3 + 27cab6c commit b23a4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ jobs:
brew link --force sqlite
# gdal is automatically installed as a dependency for postgis
brew uninstall --ignore-dependencies gdal
# Workaround for https://github.com/Homebrew/homebrew-core/pull/170959#issuecomment-2379606442
sed -i .bak 's/hdf5_hl;hdf5;/hdf5_hl-shared;hdf5-shared;/g' "$(brew --prefix netcdf)/lib/cmake/netCDF/netCDFTargets.cmake"
- name: Configure ccache
run: |
echo CCACHE_BASEDIR=$PWD >> ${GITHUB_ENV}
Expand Down

0 comments on commit b23a4b3

Please sign in to comment.