view src/lapack-test.f @ 4119:0db86306c404

Strip compiled oct-files by default * binary-dist-rules.mk: Include '*.oct' in the list of file patterns to strip.
author Mike Miller <mtmiller@octave.org>
date Wed, 30 Mar 2016 16:32:20 -0700
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