https://github.com/JuliaLang/julia
Raw File
Tip revision: 036e28da2d87c60d654ab4c63e0cbe97b17c2baf authored by Kristoffer on 29 September 2022, 21:09:34 UTC
allow to use SubString{String} in TOML parser
Tip revision: 036e28d
mpfr.version
## jll artifact
MPFR_JLL_NAME := MPFR

## source build
MPFR_VER := 4.1.0

# Note: jll use a different version `4.1.1+1` ("stdlib/MPFR_jll/Project.toml")
# See notes in build_tarballs.jl
#   https://github.com/JuliaPackaging/Yggdrasil/blob/3c877e18dd9bb9b2e79415e00f661a7e37b2aea9/M/MPFR/build_tarballs.jl#L40-L42
back to top