From d1bae0c310473748d6467d3bee604a9b8709fe74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 25 Nov 2023 19:33:40 -0300 Subject: [PATCH] lapack: update to 3.12.0. --- srcpkgs/lapack/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lapack/template b/srcpkgs/lapack/template index 52329970b65da..2b5a959b6c6f8 100644 --- a/srcpkgs/lapack/template +++ b/srcpkgs/lapack/template @@ -1,6 +1,6 @@ # Template file for 'lapack' pkgname=lapack -version=3.11 +version=3.12.0 revision=1 build_style=cmake configure_args="-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://netlib.org/lapack/" changelog="https://netlib.org/lapack/release_notes.html" distfiles="https://github.com/Reference-LAPACK/lapack/archive/v${version}.tar.gz" -checksum=5a5b3bac27709d8c66286b7a0d1d7bf2d7170ec189a1a756fdf812c97aa7fd10 +checksum=eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b if [ "$CROSS_BUILD" ]; then configure_args+=" -DTEST_FORTRAN_COMPILER=OFF"