view src/lapack-test.f @ 4366:b17462935669

of-io: update to 2.4.7 * src/io.mk: update version, checksum * build_packages.m: update io version
author John D
date Fri, 17 Mar 2017 14:59:11 -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