https://github.com/JuliaLang/julia
Raw File
Tip revision: 7a01683bd289f5d6e82761da402db9a813154298 authored by Jishnu Bhattacharya on 09 October 2023, 06:40:09 UTC
Show as NTuple for >2 elements
Tip revision: 7a01683
openblas.version
# -*- makefile -*-
## jll artifact
OPENBLAS_JLL_NAME := OpenBLAS

## source build
OPENBLAS_VER := 0.3.23
OPENBLAS_BRANCH=v0.3.23
OPENBLAS_SHA1=394a9fbafe9010b76a2615c562204277a956eb52

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