From f7c7332c30dfdfe9f85489fad5a8740326561ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Tue, 14 Jan 2025 16:45:44 -0300 Subject: [PATCH] lapack: update to 3.12.1. --- srcpkgs/lapack/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lapack/template b/srcpkgs/lapack/template index 2b5a959b6c6..9a5f6dd2909 100644 --- a/srcpkgs/lapack/template +++ b/srcpkgs/lapack/template @@ -1,18 +1,18 @@ # Template file for 'lapack' pkgname=lapack -version=3.12.0 +version=3.12.1 revision=1 build_style=cmake configure_args="-DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON - -DCBLAS=ON -DLAPACKE=ON -DBUILD_DEPRECATED=ON" -hostmakedepends="gcc-fortran" + -DCBLAS=ON -DLAPACKE=ON" +hostmakedepends="gcc-fortran python" short_desc="Linear Algebra PACKage" maintainer="Gonzalo TornarĂ­a " 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=eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b +checksum=2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422 if [ "$CROSS_BUILD" ]; then configure_args+=" -DTEST_FORTRAN_COMPILER=OFF"