view src/lapack-test.f @ 3994:5664a1961f45

tiff: update to v4.0.4 * src/tiff.mk: update version
author John D
date Sat, 11 Jul 2015 08:22:07 -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