From 6afb9b92fed6fc8eb537805aca7243afe0c82044 Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Fri, 6 Sep 2024 11:02:54 +0200 Subject: [PATCH] CI/Win: use default (and restore "liblas" config) --- mswindows/osgeo4w/build_osgeo4w.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mswindows/osgeo4w/build_osgeo4w.sh b/mswindows/osgeo4w/build_osgeo4w.sh index 1b7d3856e28..d38354d4b78 100755 --- a/mswindows/osgeo4w/build_osgeo4w.sh +++ b/mswindows/osgeo4w/build_osgeo4w.sh @@ -37,8 +37,8 @@ export ARCH=x86_64-w64-mingw32 --with-fftw \ --with-nls \ --with-readline \ - --with-blas=openblas \ - --with-lapack=openblas \ + --with-blas \ + --with-lapack \ --with-freetype \ --with-freetype-includes=${OSGEO4W_ROOT_MSYS}/include/freetype2 \ --with-proj-share=${OSGEO4W_ROOT_MSYS}/share/proj \ @@ -62,6 +62,7 @@ export ARCH=x86_64-w64-mingw32 --with-cairo-ldflags="-L${SRC}/mswindows/osgeo4w/lib -lcairo" \ --with-opengl=windows \ --with-bzlib \ + --with-liblas=${SRC}/mswindows/osgeo4w/liblas-config \ --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config \ --without-pdal