view src/lapack-test.f @ 4134:d2c64bb12b58

curl: update to 7.48.0 * src/curl.mk: update version, checksum
author John Donoghue
date Tue, 03 May 2016 12:45: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