https://github.com/JuliaLang/julia
Raw File
Tip revision: a8be1cc253f334cf2266b8feda9ccbb73b2d1c79 authored by Gabriel Baraldi on 01 April 2024, 20:44:59 UTC
Change test so the output isn't hidden
Tip revision: a8be1cc
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