Revision e304ad8da2da7d37e104d68ea4f5485f59a269c0 authored by Mosè Giordano on 02 November 2022, 11:10:27 UTC, committed by GitHub on 02 November 2022, 11:10:27 UTC
* [deps] Do not build CLI of libgit2

The build system of this component is broken upstream, we don't need it, let's just don't build it.

* [LibGit2_jll] Update build which doesn't include the CLI
1 parent e9ca677
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