view src/lapack-test.f @ 4223:2b9f1923dc21

default-octave.mk: Update pkg version to 4.3.0+.
author John W. Eaton <jwe@octave.org>
date Sun, 02 Oct 2016 02:14:21 -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