https://github.com/JuliaLang/julia
Raw File
Tip revision: 19fba2bd38afc784b9bebd830d523c47685937e8 authored by Jameson Nash on 02 September 2020, 14:43:05 UTC
check that Dict convert gives expected type
Tip revision: 19fba2b
Versions.make
LLVM_VER = 9.0.1
LLVM_BB_REL = 8
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.0
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.0
MBEDTLS_BB_REL = 1
LIBSSH2_VER = 1.9.0
LIBSSH2_BB_REL = 1
CURL_VER = 7.66.0
CURL_BB_REL = 1
LIBGIT2_VER = 0.28.5
LIBGIT2_BB_REL = 0
LIBUV_VER = 1.29.1
LIBUV_BB_REL = 8
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