Skip to content

Commit

Permalink
Merge pull request #659 from weslleyspereira/prepare-lapack-3.10.1
Browse files Browse the repository at this point in the history
Prepare software to release 3.10.1
  • Loading branch information
weslleyspereira committed Apr 12, 2022
2 parents 5559978 + e7ad037 commit 32b062a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(LAPACK Fortran C)

set(LAPACK_MAJOR_VERSION 3)
set(LAPACK_MINOR_VERSION 10)
set(LAPACK_PATCH_VERSION 0)
set(LAPACK_PATCH_VERSION 1)
set(
LAPACK_VERSION
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile
Expand Up @@ -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.10.0
PROJECT_NUMBER = 3.10.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
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile_man
Expand Up @@ -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.10.0
PROJECT_NUMBER = 3.10.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
Expand Down
2 changes: 1 addition & 1 deletion INSTALL/ilaver.f
Expand Up @@ -59,7 +59,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 10
VERS_PATCH = 0
VERS_PATCH = 1
* =====================================================================
*
RETURN
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
@@ -1,9 +1,9 @@
Copyright (c) 1992-2021 The University of Tennessee and The University
Copyright (c) 1992-2022 The University of Tennessee and The University
of Tennessee Research Foundation. All rights
reserved.
Copyright (c) 2000-2021 The University of California Berkeley. All
Copyright (c) 2000-2022 The University of California Berkeley. All
rights reserved.
Copyright (c) 2006-2021 The University of Colorado Denver. All rights
Copyright (c) 2006-2022 The University of Colorado Denver. All rights
reserved.

$COPYRIGHT$
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -35,6 +35,7 @@
* VERSION 3.9.0 : November 2019
* VERSION 3.9.1 : April 2021
* VERSION 3.10.0 : June 2021
* VERSION 3.10.1 : April 2022

LAPACK is a library of Fortran subroutines for solving the most commonly
occurring problems in numerical linear algebra.
Expand Down
2 changes: 1 addition & 1 deletion SRC/clartg.f90
Expand Up @@ -119,7 +119,7 @@ subroutine CLARTG( f, g, c, s, r )
only: wp=>sp, zero=>szero, one=>sone, two=>stwo, czero, &
rtmin=>srtmin, rtmax=>srtmax, safmin=>ssafmin, safmax=>ssafmax
!
! -- LAPACK auxiliary routine (version 3.10.0) --
! -- LAPACK auxiliary routine --
! -- LAPACK is a software package provided by Univ. of Tennessee, --
! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
! February 2021
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlartg.f90
Expand Up @@ -114,7 +114,7 @@ subroutine DLARTG( f, g, c, s, r )
only: wp=>dp, zero=>dzero, half=>dhalf, one=>done, &
rtmin=>drtmin, rtmax=>drtmax, safmin=>dsafmin, safmax=>dsafmax
!
! -- LAPACK auxiliary routine (version 3.10.0) --
! -- LAPACK auxiliary routine --
! -- LAPACK is a software package provided by Univ. of Tennessee, --
! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
! February 2021
Expand Down
2 changes: 1 addition & 1 deletion SRC/slartg.f90
Expand Up @@ -114,7 +114,7 @@ subroutine SLARTG( f, g, c, s, r )
only: wp=>sp, zero=>szero, half=>shalf, one=>sone, &
rtmin=>srtmin, rtmax=>srtmax, safmin=>ssafmin, safmax=>ssafmax
!
! -- LAPACK auxiliary routine (version 3.10.0) --
! -- LAPACK auxiliary routine --
! -- LAPACK is a software package provided by Univ. of Tennessee, --
! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
! February 2021
Expand Down
2 changes: 1 addition & 1 deletion SRC/zlartg.f90
Expand Up @@ -119,7 +119,7 @@ subroutine ZLARTG( f, g, c, s, r )
only: wp=>dp, zero=>dzero, one=>done, two=>dtwo, czero=>zzero, &
rtmin=>drtmin, rtmax=>drtmax, safmin=>dsafmin, safmax=>dsafmax
!
! -- LAPACK auxiliary routine (version 3.10.0) --
! -- LAPACK auxiliary routine --
! -- LAPACK is a software package provided by Univ. of Tennessee, --
! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
! February 2021
Expand Down

0 comments on commit 32b062a

Please sign in to comment.