view src/lapack-test.f @ 3939:e143ff6d58fe

default-octave: set version to 4.0.0-rc4 * src/default-octave.mk: set version number
author John Donoghue <john.donoghue@ieee.org>
date Sat, 16 May 2015 07:40:05 -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