Skip to content

Commit b4c9228

Browse files
authored
Merge pull request #3838 from martin-frbg/lapa311
Update the version number of the included LAPACK to 3.11.0
2 parents ba8fb8b + e6e2a63 commit b4c9228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lapack-netlib/INSTALL/ilaver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ static inline void zdotu_(doublecomplex *z, integer *n_, doublecomplex *x, integ
573573

574574
/* ===================================================================== */
575575
*vers_major__ = 3;
576-
*vers_minor__ = 9;
576+
*vers_minor__ = 11;
577577
*vers_patch__ = 0;
578578
/* ===================================================================== */
579579

lapack-netlib/INSTALL/ilaver.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
6060
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
6161
* =====================================================================
6262
VERS_MAJOR = 3
63-
VERS_MINOR = 9
63+
VERS_MINOR = 11
6464
VERS_PATCH = 0
6565
* =====================================================================
6666
*

0 commit comments

Comments
 (0)