Skip to content

Commit

Permalink
Merge pull request #1 from geoflow3d/master
Browse files Browse the repository at this point in the history
Update codebase
  • Loading branch information
esgn authored Apr 15, 2024
2 parents e528c9f + 0d463f9 commit 339e884
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.21)

project (Geoflow-bundle VERSION 2023.09.16)
project (Geoflow-bundle VERSION 2024.03.08)

option(GF_BUILD_GUI "Build the GUI components of geoflow" TRUE)
add_subdirectory(geoflow)
Expand Down
5 changes: 3 additions & 2 deletions base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -58,8 +58,9 @@ 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 && \
apt-get install -y libexpat-dev && \
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 && \
rm -rf /tmp/FileGDB_API-RHEL7-64gcc83/lib/libstdc++.so* && \
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ git submodule update --init --recursive

mkdir build-clang
cd .\build-clang\
cmake .. -DGF_BUILD_GUI=ON -DCMAKE_TOOLCHAIN_FILE=C:\Users\ravi\git\vcpkg\scripts\buildsystems\vcpkg.cmake -Dlaslib_DIR=C:\Users\ravi\git\geoflow-bundle\build\vcpkg_installed\x64-windows\share\lastools\LASlib -DPROJ_DATA_DIR=C:\Users\ravi\git\geoflow-bundle\build-clang\vcpkg_installed\x64-windows\share\proj4 -DCMAKE_BUILD_TYPE=Release -T ClangCL
cmake .. -DGF_BUILD_GUI=ON -DCMAKE_TOOLCHAIN_FILE=C:\Users\ravi\git\vcpkg\scripts\buildsystems\vcpkg.cmake -Dlaslib_DIR=C:\Users\ravi\git\geoflow-bundle\build\vcpkg_installed\x64-windows\share\lastools\LASlib -DPROJ_DATA_DIR=C:\Users\ravi\git\geoflow-bundle\build-clang\vcpkg_installed\x64-windows\share\proj -DCMAKE_BUILD_TYPE=Release -T ClangCL
cmake --build . --parallel 32 --config Release
cpack -C Release --verbose
2 changes: 1 addition & 1 deletion plugins/gfp-basic3d
2 changes: 1 addition & 1 deletion plugins/gfp-gdal
Submodule gfp-gdal updated 1 files
+15 −1 ogr_writer_node.cpp
21 changes: 10 additions & 11 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "geoflow-bundle",
"version-date": "2023-03-21",
"version-date": "2024-03-08",
"dependencies": [
"glfw3",
{ "name": "boost-geometry", "version>=": "1.77.0" },
"boost-geometry",
"boost-format",
"glm",
{ "name": "lastools", "version>=": "2020-05-09" },
{ "name": "cgal", "version>=": "5.5" },
"lastools",
"cgal",
"eigen3",
{ "name": "nlohmann-json", "version>=": "3.11.2" },
{ "name": "proj"},
{ "name": "geos", "version>=": "3.10.2" },
"nlohmann-json",
"proj",
"geos",
{
"name": "gdal",
"default-features": false,
"features": [ "postgresql" ],
"version>=": "3.6.3"
"features": ["recommended-features", "postgresql"]
}
],
"builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090"
"builtin-baseline": "ab887c562326c686478284d9076d722c1ec4b48c"
}

0 comments on commit 339e884

Please sign in to comment.