Browse Source
Merge pull request #3838 from martin-frbg/lapa311
Update the version number of the included LAPACK to 3.11.0
tags/v0.3.22^2
Martin Kroeker
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
lapack-netlib/INSTALL/ilaver.c
-
lapack-netlib/INSTALL/ilaver.f
|
|
|
@@ -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; |
|
|
|
/* ===================================================================== */ |
|
|
|
|
|
|
|
|
|
|
|
@@ -60,7 +60,7 @@ |
|
|
|
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH |
|
|
|
* ===================================================================== |
|
|
|
VERS_MAJOR = 3 |
|
|
|
VERS_MINOR = 9 |
|
|
|
VERS_MINOR = 11 |
|
|
|
VERS_PATCH = 0 |
|
|
|
* ===================================================================== |
|
|
|
* |
|
|
|
|