Revision d09903bf059109c0ab485ea6a051eb34cd3ad599 authored by d-netto on 04 March 2024, 09:41:31 UTC, committed by d-netto on 04 March 2024, 09:41:31 UTC
1 parent bed2cd5
Raw File
openblas.version
# -*- makefile -*-
## jll artifact
OPENBLAS_JLL_NAME := OpenBLAS

## source build
OPENBLAS_VER := 0.3.21
OPENBLAS_BRANCH=v0.3.21
OPENBLAS_SHA1=b89fb708caa5a5a32de8f4306c4ff132e0228e9a

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