https://github.com/JuliaLang/julia
Raw File
Tip revision: 328ef2c9ce41a2bb4da53342a3193d9ce38dc077 authored by Dilum Aluthge on 23 August 2022, 07:28:46 UTC
Test suite: set the `JULIA_TEST_IS_BASE_TESTS` environment variable
Tip revision: 328ef2c
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