Skip to content

Commit

Permalink
GDAL add OpenJPEG support
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Jun 19, 2020
1 parent 39e981f commit 251aeb5
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 @@ -45,6 +45,7 @@ rm -f ${prefix}/lib/*.la
--with-libz=$prefix \
--with-sqlite3=$prefix \
--with-curl=${bindir}/curl-config \
--with-openjpeg \
--with-python=no \
--enable-shared \
--disable-static
Expand Down Expand Up @@ -91,6 +92,7 @@ dependencies = [
"Zlib_jll",
"SQLite_jll",
"LibCURL_jll",
"OpenJpeg_jll",
]

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

0 comments on commit 251aeb5

Please sign in to comment.