Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions M/MPFR/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ using BinaryBuilder
using BinaryBuilderBase: sanitize

name = "MPFR"
version = v"4.1.0"
version = v"4.1.1"

# Collection of sources required to build MPFR
sources = [
ArchiveSource("https://www.mpfr.org/mpfr-$(version)/mpfr-$(version).tar.xz",
"0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f"),
"ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d"),
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -45,8 +45,5 @@ dependencies = [
BuildDependency("LLVMCompilerRT_jll"; platforms=filter(p -> sanitize(p)=="memory", platforms)),
]

# Note: we explicitly lie about this because we don't have the new
# versioning APIs worked out in BB yet.
version = v"4.1.1"
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"5", julia_compat="1.6")