Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binder: update dependencies #3063

Merged
merged 3 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 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,9 @@ libgeos-dev
libglu1-mesa-dev
libjpeg-dev
liblapack-dev
liblas-c-dev
libncurses5-dev
libnetcdf-dev
libpdal-dev
petrasovaa marked this conversation as resolved.
Show resolved Hide resolved
libpng-dev
libpq-dev
libproj-dev
Expand All @@ -31,6 +31,7 @@ make
netcdf-bin
p7zip
proj-bin
python3-pip
sqlite3
unixodbc-dev
xvfb
Expand Down
2 changes: 0 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ 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 \
Expand Down