added lapack 3.7.0 with latest patches from git
This commit is contained in:
37
lapack-netlib/INSTALL/LAPACK_version.f
Normal file
37
lapack-netlib/INSTALL/LAPACK_version.f
Normal file
@@ -0,0 +1,37 @@
|
||||
*> \brief \b LAPACK_VERSION
|
||||
*
|
||||
* =========== DOCUMENTATION ===========
|
||||
*
|
||||
* Online html documentation available at
|
||||
* http://www.netlib.org/lapack/explore-html/
|
||||
*
|
||||
* Definition:
|
||||
* ===========
|
||||
*
|
||||
* PROGRAM LAPACK_VERSION
|
||||
*
|
||||
* Authors:
|
||||
* ========
|
||||
*
|
||||
*> \author Univ. of Tennessee
|
||||
*> \author Univ. of California Berkeley
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date December 2016
|
||||
*
|
||||
*> \ingroup auxOTHERauxiliary
|
||||
*
|
||||
* ===================================================================== PROGRAM LAPACK_VERSION
|
||||
*
|
||||
* -- LAPACK auxiliary routine (version 3.7.0) --
|
||||
* -- LAPACK is a software package provided by Univ. of Tennessee, --
|
||||
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
|
||||
* December 2016
|
||||
*
|
||||
INTEGER MAJOR, MINOR, PATCH
|
||||
*
|
||||
CALL ILAVER ( MAJOR,MINOR, PATCH )
|
||||
WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
|
||||
*
|
||||
END
|
||||
Reference in New Issue
Block a user