view src/lapack-test.f @ 4041:b32157906949

of-control: update to v2.8.5 * src/of-control.mk: update version, checksum * build_packages.m: update control version
author John D
date Fri, 02 Oct 2015 18:36:48 -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