https://github.com/JuliaLang/julia
Raw File
Tip revision: 81e6bfd156abbf5d88d4d08c8efb6605ce70dbfa authored by Keno Fischer on 16 April 2024, 08:46:31 UTC
Apply suggestions from code review
Tip revision: 81e6bfd
gmp.version
# -*- makefile -*-
## jll artifact
GMP_JLL_NAME := GMP

## source build
GMP_VER := 6.3.0
back to top