https://github.com/JuliaLang/julia
Raw File
Tip revision: cecf7b246ea8c2c28193e4afc2ff1e2ecf794695 authored by Fredrik Ekre on 07 March 2019, 08:08:19 UTC
Print exception type in showerror of ErrorException.
Tip revision: cecf7b2
Versions.make
LLVM_VER = 6.0.1
LLVM_BB_REL = 3
PCRE_VER = 10.30
DSFMT_VER = 2.2.3
LAPACK_VER = 3.5.0
SUITESPARSE_VER = 5.4.0
SUITESPARSE_BB_REL = 1
OPENLIBM_VER = 0.6.0
UNWIND_VER = 1.3.1
OSXUNWIND_VER = 0.0.5
GMP_VER = 6.1.2
MPFR_VER = 4.0.2
PATCHELF_VER = 0.9
MBEDTLS_VER = 2.16.0
CURL_VER = 7.56.0

# 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 := 2019-01-23
back to top