view src/lapack-test.f @ 3990:e93608f4f07b

Makefile.in: fix pkg download * Makefile.in: fix CHECK_PKG_ARCHIVE test when existing file
author John Donoghue
date Fri, 10 Jul 2015 09:11:18 -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