Skip to content

Commit

Permalink
cronjob: fix configuration flags for BLAS and LAPACK (OSGeo#1207)
Browse files Browse the repository at this point in the history
Reflects changes made with
OSGeo/grass@d5bb442
  • Loading branch information
nilason authored Sep 20, 2024
1 parent f370e2a commit 46018b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-fftw \
--with-nls \
--with-libsvm \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-blas \
--with-lapack \
--with-zstd \
2>&1 | tee config_$DOTVERSION.git_log.txt

Expand Down
4 changes: 2 additions & 2 deletions utils/cronjobs_osgeo_lxd/cron_grass_legacy_build_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-pdal \
--with-fftw \
--with-nls \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-blas \
--with-lapack \
--with-zstd \
2>&1 | tee config_$DOTVERSION.git_log.txt

Expand Down
4 changes: 2 additions & 2 deletions utils/cronjobs_osgeo_lxd/cron_grass_old_build_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-pdal \
--with-fftw \
--with-nls \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-blas \
--with-lapack \
--with-zstd \
2>&1 | tee config_$DOTVERSION.git_log.txt

Expand Down
4 changes: 2 additions & 2 deletions utils/cronjobs_osgeo_lxd/cron_grass_preview_build_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-fftw \
--with-nls \
--with-libsvm \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-blas \
--with-lapack \
--with-zstd \
2>&1 | tee config_$DOTVERSION.git_log.txt

Expand Down

0 comments on commit 46018b3

Please sign in to comment.