view src/lapack-test.f @ 3891:d135404e71a4

Makefile.in: Always define CMAKE_ROOT_PREFIX and CMAKE_HOST_PREFIX
author John W. Eaton <jwe@octave.org>
date Fri, 10 Apr 2015 15:12:22 -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