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:
commit
b4c9228441
|
@ -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
|
||||
* =====================================================================
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue