From 6870890a157f3438bc077b5140e952ec0f60be2c Mon Sep 17 00:00:00 2001 From: Ylannl Date: Sat, 7 Oct 2023 16:45:09 +0200 Subject: [PATCH 1/3] update plugins --- plugins/gfp-basic3d | 2 +- plugins/gfp-building-reconstruction | 2 +- plugins/gfp-gdal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/gfp-basic3d b/plugins/gfp-basic3d index 4e444d0..baa73f4 160000 --- a/plugins/gfp-basic3d +++ b/plugins/gfp-basic3d @@ -1 +1 @@ -Subproject commit 4e444d0485d4f43201018bcaa41b13af459b72f3 +Subproject commit baa73f4f045e7e24fe68e8ebb5537342346c1f37 diff --git a/plugins/gfp-building-reconstruction b/plugins/gfp-building-reconstruction index b063ac8..062fe5f 160000 --- a/plugins/gfp-building-reconstruction +++ b/plugins/gfp-building-reconstruction @@ -1 +1 @@ -Subproject commit b063ac896bc9b6cd97eb991a40fe9643256ad18a +Subproject commit 062fe5fd4ec11175a7ac4a5575093e8aa21ce892 diff --git a/plugins/gfp-gdal b/plugins/gfp-gdal index ca86a39..dcfc065 160000 --- a/plugins/gfp-gdal +++ b/plugins/gfp-gdal @@ -1 +1 @@ -Subproject commit ca86a3989bef76a78e2d521e5cbdf9e09f53f901 +Subproject commit dcfc0650194634c16d936d402f22a32a8c3e3697 From eb06a0dd21e51b4b10a18bb94561acce239d4ada Mon Sep 17 00:00:00 2001 From: Ylannl Date: Sat, 7 Oct 2023 17:29:16 +0200 Subject: [PATCH 2/3] update gfp-gdal --- plugins/gfp-gdal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gfp-gdal b/plugins/gfp-gdal index dcfc065..d60fede 160000 --- a/plugins/gfp-gdal +++ b/plugins/gfp-gdal @@ -1 +1 @@ -Subproject commit dcfc0650194634c16d936d402f22a32a8c3e3697 +Subproject commit d60fede1ed3fd648f1bdfd2b13805c281ad710cc From c3c98f9b274cb290c1b026e1fc02502ca6414a63 Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Tue, 7 Nov 2023 16:24:47 +0100 Subject: [PATCH 3/3] update gdal and CGAL versions --- base.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.dockerfile b/base.dockerfile index 377f984..794d596 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -45,7 +45,7 @@ RUN cd /tmp && \ rm -rf /tmp/* && \ mkdir /tmp/geoflow-bundle -ARG CGAL_VERSION=5.4 +ARG CGAL_VERSION=5.5 RUN cd /tmp && \ apt-get install -y libboost-system-dev libboost-thread-dev libgmp-dev libmpfr-dev zlib1g-dev && \ wget https://github.com/CGAL/cgal/releases/download/v${CGAL_VERSION}/CGAL-${CGAL_VERSION}.tar.xz && \ @@ -58,7 +58,7 @@ RUN cd /tmp && \ rm -rf /tmp/* ARG FGDB_VERSION=1.5.2 -ARG GDAL_VERSION=3.6.2 +ARG GDAL_VERSION=3.7.3 RUN cd /tmp && \ git clone https://github.com/Esri/file-geodatabase-api.git && \ tar -xf file-geodatabase-api/FileGDB_API_${FGDB_VERSION}/FileGDB_API-RHEL7-64gcc83.tar.gz && \