Skip to content

Commit

Permalink
Add LERC compression to libtiff (#4538)
Browse files Browse the repository at this point in the history
* Add LERC compression to libtiff

* Update build_tarballs.jl

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
evetion and giordano authored Mar 3, 2022
1 parent 9654851 commit 2e25f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion L/Libtiff/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ make install

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = supported_platforms(; experimental=true)
platforms = supported_platforms()

# The products that we will ensure are always built
products = [
Expand All @@ -32,6 +32,7 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("JpegTurbo_jll"),
Dependency("LERC_jll"),
Dependency("Zlib_jll"),
Dependency("Zstd_jll"),
]
Expand Down

0 comments on commit 2e25f4f

Please sign in to comment.