https://github.com/JuliaLang/julia
Raw File
Tip revision: d43ca71d171a02e4816036b34764098d9b984ee4 authored by Jameson Nash on 12 May 2023, 16:29:37 UTC
macroexpand: stop pre-running the hygiene pass
Tip revision: d43ca71
openblas.version
# -*- makefile -*-
## jll artifact
OPENBLAS_JLL_NAME := OpenBLAS

## source build
OPENBLAS_VER := 0.3.26
OPENBLAS_BRANCH=v0.3.26
OPENBLAS_SHA1=6c77e5e314474773a7749357b153caba4ec3817d

# LAPACK, source-only
LAPACK_VER := 3.9.0
back to top