Skip to content

Commit

Permalink
config win
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 5, 2024
1 parent a4f58cc commit f77e883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
update: true
msystem: MINGW64
install: tar libintl make bison flex diffutils git dos2unix zip mingw-w64-x86_64-toolchain
mingw-w64-x86_64-fftw mingw-w64-x86_64-lapack mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-fftw mingw-w64-x86_64-openblas mingw-w64-x86_64-pkgconf
mingw-w64-x86_64-gcc mingw-w64-x86_64-ccache mingw-w64-x86_64-zlib mingw-w64-x86_64-libiconv
mingw-w64-x86_64-bzip2 mingw-w64-x86_64-gettext mingw-w64-x86_64-libsystre
mingw-w64-x86_64-libtre-git mingw-w64-x86_64-libwinpthread-git mingw-w64-x86_64-libpng
Expand Down
5 changes: 2 additions & 3 deletions mswindows/osgeo4w/build_osgeo4w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export ARCH=x86_64-w64-mingw32
--with-fftw \
--with-nls \
--with-readline \
--with-blas \
--with-lapack-includes=/mingw64/include/lapack \
--with-blas=openblas \
--with-lapack=openblas \
--with-freetype \
--with-freetype-includes=${OSGEO4W_ROOT_MSYS}/include/freetype2 \
--with-proj-share=${OSGEO4W_ROOT_MSYS}/share/proj \
Expand All @@ -62,7 +62,6 @@ 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

Expand Down

0 comments on commit f77e883

Please sign in to comment.