view src/lapack-test.f @ 3604:946d97106a0d

of-miscellaneous: update to 1.2.1 * src/of-miscellaneous.mk: update to version 1.2.1. * build_packages.m: update misc package version.
author John Donoghue
date Mon, 09 Jun 2014 12:41:16 -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