Merge pull request #3838 from martin-frbg/lapa311

Update the version number of the included LAPACK to 3.11.0
This commit is contained in:
Martin Kroeker 2022-11-22 17:39:51 +01:00 committed by GitHub
commit b4c9228441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ static inline void zdotu_(doublecomplex *z, integer *n_, doublecomplex *x, integ
/* ===================================================================== */
*vers_major__ = 3;
*vers_minor__ = 9;
*vers_minor__ = 11;
*vers_patch__ = 0;
/* ===================================================================== */

View File

@ -60,7 +60,7 @@
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 9
VERS_MINOR = 11
VERS_PATCH = 0
* =====================================================================
*