Revision 7b9fdf852c1c69085b9ac85faeefe67b093d66c6 authored by Valentin Churavy on 10 September 2023, 01:51:57 UTC, committed by GitHub on 10 September 2023, 01:51:57 UTC
1 parent bbbcc4f
Raw File
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