File lapack-update-patch-version.patch of Package lapack
From 3e242fc8d5d38f0425c6018fe88abf31e1a9e80f Mon Sep 17 00:00:00 2001
From: Julie <julie@cs.utk.edu>
Date: Sun, 12 Jan 2025 14:42:24 -0800
Subject: [PATCH] Updating LAPACK version to 3.12.1
---
CMakeLists.txt | 2 +-
DOCS/Doxyfile | 2 +-
INSTALL/ilaver.f | 2 +-
LICENSE | 6 +++---
README.md | 1 +
5 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f1f47ae24f..a3070d37ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(LAPACK)
set(LAPACK_MAJOR_VERSION 3)
set(LAPACK_MINOR_VERSION 12)
-set(LAPACK_PATCH_VERSION 0)
+set(LAPACK_PATCH_VERSION 1)
set(
LAPACK_VERSION
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}
diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile
index 577675772c..e4cd1e6e06 100644
--- a/DOCS/Doxyfile
+++ b/DOCS/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.12.0
+PROJECT_NUMBER = 3.12.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index ced58e6b0f..40f8ca88ef 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -59,7 +59,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 12
- VERS_PATCH = 0
+ VERS_PATCH = 1
* =====================================================================
*
RETURN
diff --git a/LICENSE b/LICENSE
index 96b04c9885..8d59524fac 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,9 +1,9 @@
-Copyright (c) 1992-2023 The University of Tennessee and The University
+Copyright (c) 1992-2025 The University of Tennessee and The University
of Tennessee Research Foundation. All rights
reserved.
-Copyright (c) 2000-2023 The University of California Berkeley. All
+Copyright (c) 2000-2025 The University of California Berkeley. All
rights reserved.
-Copyright (c) 2006-2023 The University of Colorado Denver. All rights
+Copyright (c) 2006-2025 The University of Colorado Denver. All rights
reserved.
$COPYRIGHT$
diff --git a/README.md b/README.md
index a00d4c51d8..f35c362804 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@
* VERSION 3.10.1 : April 2022
* VERSION 3.11.0 : November 2022
* VERSION 3.12.0 : November 2023
+* VERSION 3.12.1 : January 2025
LAPACK is a library of Fortran subroutines for solving the most commonly
occurring problems in numerical linear algebra.