Skip to content

Commit

Permalink
use default on linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Sep 6, 2024
1 parent af4a19a commit 3e6fb7a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ libgl1-mesa-dev
libglu1-mesa-dev
liblapacke-dev
libnetcdf-dev
libopenblas-dev
libpdal-dev
libpng-dev
libproj-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export INSTALL_PREFIX=$1
--with-cxx \
--with-zstd \
--with-bzlib \
--with-blas=openblas \
--with-blas \
--with-lapack \
--with-libsvm \
--with-readline \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu-22.04_without_x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export INSTALL_PREFIX=$1
--with-cxx \
--with-zstd \
--with-bzlib \
--with-blas=openblas \
--with-blas \
--with-lapack \
--with-readline \
--without-openmp \
Expand Down
2 changes: 1 addition & 1 deletion .travis/linux.script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "MAKEFLAGS is '$MAKEFLAGS'"
--with-geos \
--with-lapack \
--with-netcdf \
--with-blas=openblas \
--with-blas \
--with-sqlite \
--with-zstd \
--enable-largefile \
Expand Down

0 comments on commit 3e6fb7a

Please sign in to comment.