https://github.com/JuliaLang/julia
Raw File
Tip revision: 0fade450a183470b01c656a9001512ef2f1aae47 authored by Ian Butterworth on 23 September 2024, 15:39:00 UTC
Replace regex package module checks with actual code checks (#55824)
Tip revision: 0fade45
openblas.version
# -*- makefile -*-
## jll artifact
OPENBLAS_JLL_NAME := OpenBLAS

## source build
OPENBLAS_VER := 0.3.28
OPENBLAS_BRANCH=v0.3.28
OPENBLAS_SHA1=5ef8b1964658f9cb6a6324a06f6a1a022609b0c5

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