Skip to content

Commit

Permalink
Add postgres support
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 4, 2022
1 parent 3cebf26 commit da9909d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cmake -DCMAKE_INSTALL_PREFIX=${prefix} \
-DGDAL_USE_GEOTIFF=ON \
-DGDAL_USE_GEOS=ON \
-DGDAL_USE_OPENJPEG=ON \
-DGDAL_USE_POSTGRESQL=ON \
-DGDAL_USE_SQLITE3=ON \
-DGDAL_USE_TIFF=ON \
-DGDAL_USE_ZLIB=ON \
Expand Down Expand Up @@ -84,6 +85,7 @@ dependencies = [
Dependency("Libtiff_jll"; compat="4.3"),
Dependency("libgeotiff_jll"; compat="100.700.100"),
Dependency("LibCURL_jll"; compat="7.73"),
Dependency("LibPQ_jll"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit da9909d

Please sign in to comment.