view src/lapack-test.f @ 4060:e36b4f15b7a5

of-control: update to 3.0.0 * src/of-control.mk: update version, checksum * build_packages.m: update control version
author John D
date Thu, 26 Nov 2015 07:53:57 -0500
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