https://github.com/JuliaLang/julia
Raw File
Tip revision: 91550bfa4c9b553e8a792bda4fa1fc0c72ca6dcf authored by Jameson Nash on 07 October 2022, 09:36:24 UTC
Get through most of the build
Tip revision: 91550bf
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