view src/lapack-test.f @ 3752:9330999df0c2

yasm: update to 1.3.0 * src/yasm.mk: update version, checksum
author John Donoghue
date Tue, 02 Dec 2014 12:39:48 -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