Skip to content

Commit

Permalink
cronjobs: remove outdated liblas support (#994)
Browse files Browse the repository at this point in the history
Compilation of binaries (also performing addon compilation) without liblas which is outdated and requires a very old GDAL installation.
  • Loading branch information
neteler committed Dec 13, 2023
1 parent eb6f946 commit 7113f7e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-zstd \
--with-liblas \
2>&1 | tee config_$DOTVERSION.git_log.txt

if [ $? -ne 0 ] ; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-zstd \
--with-liblas \
2>&1 | tee config_$DOTVERSION.git_log.txt

if [ $? -ne 0 ] ; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-zstd \
--with-liblas \
2>&1 | tee config_$DOTVERSION.git_log.txt

if [ $? -ne 0 ] ; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ CFLAGS=$CFLAGSSTRING LDFLAGS=$LDFLAGSSTRING ./configure \
--with-blas --with-blas-includes=/usr/include/atlas/ \
--with-lapack --with-lapack-includes=/usr/include/atlas/ \
--with-zstd \
--with-liblas \
2>&1 | tee config_$DOTVERSION.git_log.txt

if [ $? -ne 0 ] ; then
Expand Down

0 comments on commit 7113f7e

Please sign in to comment.