File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3131 DEBIAN_FRONTEND : noninteractive
3232 run : |
3333 apt update
34- apt install -y g++ cmake doxygen enchant-2 python3 python3-dev python3-pip python3-venv libproj-dev swig
34+ apt install -y g++ cmake doxygen enchant-2 python3 python3-dev python3-pip python3-venv libproj-dev swig libsqlite3-dev
3535 python3 -m venv create doc_env
3636 . doc_env/bin/activate
3737 python3 -m pip install -r doc/requirements.txt
5050 -DDOXYGEN_FAIL_ON_WARNINGS=ON \
5151 -DGDAL_BUILD_OPTIONAL_DRIVERS=OFF \
5252 -DOGR_BUILD_OPTIONAL_DRIVERS=OFF \
53- -DGDAL_ENABLE_DRIVER_GTI=ON
53+ -DGDAL_ENABLE_DRIVER_GTI=ON \
54+ -DOGR_ENABLE_DRIVER_GPKG=ON
5455 cmake --build . -j$(nproc)
5556
5657 - name : Print versions
Original file line number Diff line number Diff line change 2222 - doxygen
2323 - g++
2424 - libproj-dev
25+ - libsqlite3-dev
2526 - make
2627 - openjdk-11-jdk-headless
2728 - patchelf
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ cmake \
1414 -DGDAL_BUILD_OPTIONAL_DRIVERS=OFF \
1515 -DOGR_BUILD_OPTIONAL_DRIVERS=OFF \
1616 -DGDAL_ENABLE_DRIVER_GTI=ON \
17+ -DOGR_ENABLE_DRIVER_GPKG=ON \
1718 -DBUILD_APPS=ON \
1819 -DBUILD_PYTHON_BINDINGS=ON \
1920 -DBUILD_JAVA_BINDINGS=ON \
You can’t perform that action at this time.
0 commit comments