Skip to content

Commit

Permalink
binder: update dependencies, disable PDAL (#3063)
Browse files Browse the repository at this point in the history

Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
  • Loading branch information
neteler and petrasovaa committed Aug 1, 2023
1 parent 21d8153 commit 3d2a4f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions binder/apt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autoconf2.13
autoconf
autotools-dev
bison
flex
Expand All @@ -16,9 +16,10 @@ libgeos-dev
libglu1-mesa-dev
libjpeg-dev
liblapack-dev
liblas-c-dev
libncurses5-dev
libnetcdf-dev
libpdal-dev
libgeos-dev
libpng-dev
libpq-dev
libproj-dev
Expand All @@ -31,6 +32,7 @@ make
netcdf-bin
p7zip
proj-bin
python3-pip
sqlite3
unixodbc-dev
xvfb
Expand Down
5 changes: 2 additions & 3 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ set -e

# compile
./configure \
--enable-largefile=yes \
--with-nls \
--with-cxx \
--with-readline \
--with-bzlib \
--with-pthread \
--with-proj-share=/usr/share/proj \
--with-geos=/usr/bin/geos-config \
--with-cairo \
--with-opengl-libs=/usr/include/GL \
--with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" \
--with-sqlite=yes
--with-sqlite=yes \
--without-pdal
make

# put command on path
Expand Down

0 comments on commit 3d2a4f1

Please sign in to comment.