view src/lapack-test.f @ 3965:c885e3994aaa

of-control: update to v2.8.2 * src/of-control.mk: update version, checksum * build_packages.m: update control version
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Jun 2015 20:41:58 -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