Skip to content

Commit e2f79aa

Browse files
GillesDuvertGiloo
and
Giloo
authored
solve the problem of 'sticky' error while in debug mode, plus other things (below) (#2006)
Co-authored-by: Giloo <gildas@localhost>
1 parent 5dfdd82 commit e2f79aa

9 files changed

+2560
-2499
lines changed

scripts/build_gdl.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ if [ ${BUILD_OS} == "Windows" ]; then
8989
BSDXDR_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bsd-xdr/bsd-xdr-1.0.0.tar.gz"
9090
MSYS2_PACKAGES=(
9191
readline zlib libpng gsl wxWidgets libgd libtiff libgeotiff netcdf hdf4 hdf5 fftw proj msmpi udunits
92-
eigen3 eccodes glpk shapelib expat openssl
92+
eigen3 eccodes glpk shapelib expat openssl qhull
9393
)
94+
# GD: dunno why graphicsmagick has this special treatment????
9495
#if you add something in MSYS2_PACKAGES_REBUILD you may have to add special lines in main.yml to push the product in /var/cache/pacman/pkg
9596
MSYS2_PACKAGES_REBUILD=(
9697
graphicsmagick

0 commit comments

Comments
 (0)