swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 3cfbc6829b9ebf975f28e4d113ddc51269db585d authored by Kristoffer Carlsson on 08 February 2024, 13:14:49 UTC
use explicit `Base.` prefix for method overloading in conversion section in the manual
Tip revision: 3cfbc68
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