https://github.com/JuliaLang/julia
Raw File
Tip revision: 237a20f820aaa7c03de358d2b8710d906d22a8f0 authored by Curtis Vogt on 01 October 2020, 20:57:25 UTC
Add round-trip test
Tip revision: 237a20f
Versions.make
LLVM_VER = 10.0.1
LLVM_BB_REL = 1
PCRE_VER = 10.31
PCRE_BB_REL = 0
DSFMT_VER = 2.2.3
DSFMT_BB_REL = 0
OPENBLAS_VER = 0.3.10
OPENBLAS_BB_REL = 0
LAPACK_VER = 3.9.0
SUITESPARSE_VER = 5.4.0
SUITESPARSE_BB_REL = 6
OPENLIBM_VER = 0.7.1
OPENLIBM_BB_REL = 0
UNWIND_VER = 1.3.1
UNWIND_BB_REL = 4
OSXUNWIND_VER = 0.0.6
OSXUNWIND_BB_REL = 0
GMP_VER = 6.2.0
GMP_BB_REL = 1
MPFR_VER = 4.1.0
MPFR_BB_REL = 1
PATCHELF_VER = 0.9
MBEDTLS_VER = 2.16.8
MBEDTLS_BB_REL = 0
LIBSSH2_VER = 1.9.0
LIBSSH2_BB_REL = 1
CURL_VER = 7.71.1
CURL_BB_REL = 0
NGHTTP2_VER = 1.40.0
NGHTTP2_BB_REL = 2
LIBGIT2_VER = 1.0.1
LIBGIT2_BB_REL = 0
LIBUV_VER = 2.0.0
LIBUV_BB_REL = 10
OBJCONV_VER = 2.49.0
OBJCONV_BB_REL = 0
ZLIB_VER = 1.2.11
ZLIB_BB_REL = 10
P7ZIP_VER = 16.2.0
P7ZIP_BB_REL = 1

# Specify the version of the Mozilla CA Certificate Store to obtain.
# The versions of cacert.pem are identified by the date (YYYY-MM-DD) of their changes.
# See https://curl.haxx.se/docs/caextract.html for more details.
MOZILLA_CACERT_VERSION := 2020-07-22
back to top