https://github.com/JuliaLang/julia
Raw File
Tip revision: 32b92d923620530fc4d4d9f112044cebeaa32105 authored by Steven G. Johnson on 11 February 2023, 20:43:05 UTC
readuntil(out::IO, ...) instead of readuntil!
Tip revision: 32b92d9
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