Skip to content

Commit

Permalink
[ImageMagick] Update to 6.9.13 (#8137)
Browse files Browse the repository at this point in the history
* [ImageMagick] Update to 6.9.13

* Update build_tarballs.jl

* Update build_tarballs.jl

* Update build_tarballs.jl

---------

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
ViralBShah and giordano authored Feb 25, 2024
1 parent 39bd3e6 commit 970f786
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions I/ImageMagick/ImageMagick@6/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# `julia build_tarballs.jl --help` to see a usage message.
using BinaryBuilder
name = "ImageMagick"
upstream_version = v"6.9.12-89"
upstream_version = v"6.9.13-6"
version = VersionNumber(upstream_version.major, upstream_version.minor, upstream_version.patch)

# Collection of sources required to build imagemagick
sources = [
GitSource("https://github.com/ImageMagick/ImageMagick6",
"a8cd2a3216ae889b52e26db825ca1bae022bd6d0"),
"3da057d31756970cb50b1567922e9caf94d36d84"),
DirectorySource("./bundled"),
]

Expand Down Expand Up @@ -61,10 +61,11 @@ dependencies = [
Dependency("Zlib_jll"),
Dependency("libpng_jll"),
Dependency("JpegTurbo_jll"),
Dependency("Libtiff_jll"; compat="4.3.0"),
Dependency("Libtiff_jll"; compat="4.5.1"),
Dependency("Ghostscript_jll"),
Dependency("OpenJpeg_jll"),
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6")
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
julia_compat="1.6", clang_use_lld=false)

0 comments on commit 970f786

Please sign in to comment.