view src/lapack-test.f @ 4439:966e35ba2610

gdb: update to v8.0 * src/gdb.mk: update version, checksum
author John D
date Thu, 03 Aug 2017 10:33:02 -0400
parents fc0830aafb54
children
line wrap: on
line source

*
* This file is part of MXE.
* See index.html for further information.
*
      INTEGER MAJOR, MINOR, PATCH
*
      CALL ILAVER ( MAJOR,MINOR, PATCH )
      WRITE(*,*) "LAPACK ",MAJOR,".",MINOR,".",PATCH
*
      END