From c2c034b9f891334184f5dbdb1c63a0c44cf8b49d Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 23 Jan 2025 18:44:11 +0100 Subject: math/blas, math/cblas, math/lapack, math/lapacke: upgrade to 3.12.1 Release notes at https://github.com/Reference-LAPACK/lapack/releases/tag/v3.12.1 Remark: many patches are needed, see https://github.com/Reference-LAPACK/lapack/pull/1093 --- math/lapack/files/patch-SRC_DEPRECATED_dgelqs.f | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 math/lapack/files/patch-SRC_DEPRECATED_dgelqs.f (limited to 'math/lapack/files/patch-SRC_DEPRECATED_dgelqs.f') diff --git a/math/lapack/files/patch-SRC_DEPRECATED_dgelqs.f b/math/lapack/files/patch-SRC_DEPRECATED_dgelqs.f new file mode 100644 index 000000000000..840d365db804 --- /dev/null +++ b/math/lapack/files/patch-SRC_DEPRECATED_dgelqs.f @@ -0,0 +1,24 @@ +--- SRC/DEPRECATED/dgelqs.f.orig 2024-12-03 11:39:11 UTC ++++ SRC/DEPRECATED/dgelqs.f +@@ -15,8 +15,9 @@ + * INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS + * .. + * .. Array Arguments .. ++* Patch from https://github.com/Reference-LAPACK/lapack/pull/1094 + * DOUBLE PRECISION A( LDA, * ), B( LDB, * ), TAU( * ), +-* $ WORK( LWORK ) ++* $ WORK( * ) + * .. + * + * +@@ -127,8 +128,9 @@ + INTEGER INFO, LDA, LDB, LWORK, M, N, NRHS + * .. + * .. Array Arguments .. ++* Patch from https://github.com/Reference-LAPACK/lapack/pull/1094 + DOUBLE PRECISION A( LDA, * ), B( LDB, * ), TAU( * ), +- $ WORK( LWORK ) ++ $ WORK( * ) + * .. + * + * ===================================================================== -- cgit v1.2.3