Skip to content

Commit cf2c440

Browse files
authored
Merge pull request #1095 from julielangou/master
Updating LAPACK version to 3.12.1
2 parents 6ec7f2b + 3e242fc commit cf2c440

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(LAPACK C)
44

55
set(LAPACK_MAJOR_VERSION 3)
66
set(LAPACK_MINOR_VERSION 12)
7-
set(LAPACK_PATCH_VERSION 0)
7+
set(LAPACK_PATCH_VERSION 1)
88
set(
99
LAPACK_VERSION
1010
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}

DOCS/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.12.0
41+
PROJECT_NUMBER = 3.12.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

INSTALL/ilaver.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
5959
* =====================================================================
6060
VERS_MAJOR = 3
6161
VERS_MINOR = 12
62-
VERS_PATCH = 0
62+
VERS_PATCH = 1
6363
* =====================================================================
6464
*
6565
RETURN

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Copyright (c) 1992-2023 The University of Tennessee and The University
1+
Copyright (c) 1992-2025 The University of Tennessee and The University
22
of Tennessee Research Foundation. All rights
33
reserved.
4-
Copyright (c) 2000-2023 The University of California Berkeley. All
4+
Copyright (c) 2000-2025 The University of California Berkeley. All
55
rights reserved.
6-
Copyright (c) 2006-2023 The University of Colorado Denver. All rights
6+
Copyright (c) 2006-2025 The University of Colorado Denver. All rights
77
reserved.
88

99
$COPYRIGHT$

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
* VERSION 3.10.1 : April 2022
3939
* VERSION 3.11.0 : November 2022
4040
* VERSION 3.12.0 : November 2023
41+
* VERSION 3.12.1 : January 2025
4142

4243
LAPACK is a library of Fortran subroutines for solving the most commonly
4344
occurring problems in numerical linear algebra.

0 commit comments

Comments
 (0)