Skip to content

Commit

Permalink
Update build_gdl.sh
Browse files Browse the repository at this point in the history
cmake was forgotten!!!
  • Loading branch information
GillesDuvert authored Aug 6, 2024
1 parent c154de1 commit 52e8c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_gdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ elif [ ${BUILD_OS} == "Linux" ]; then
elif [ ${BUILD_OS} == "macOS" ]; then
BREW_PACKAGES=(
llvm libx11 libomp ncurses readline zlib libpng gsl wxwidgets graphicsmagick libtiff libgeotiff netcdf hdf5 fftw proj open-mpi python numpy udunits eigen
eccodes glpk shapelib expat gcc@11 qhull dylibbundler
eccodes glpk shapelib expat gcc@11 qhull dylibbundler cmake
) # JP 2021 Mar 21: HDF4 isn't available - not so critical I guess
# JP 2021 May 25: Added GCC 10 which includes libgfortran, which the numpy tap relies on.
# J-KL 2022 July 30: GCC 10 didn't work with apple silicon mac. So I replaced it with GCC 11
Expand Down

0 comments on commit 52e8c6d

Please sign in to comment.