view src/lapack-test.f @ 3878:ca3fc286da3d

flac: update to 1.3.1 * src/flac.mk: update version, checksum
author John Donoghue
date Fri, 03 Apr 2015 15:55:35 -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