view src/lapack-test.f @ 4531:18cde9ba832a

libproxy: fix installed .dll.a file name
author John W. Eaton <jwe@octave.org>
date Fri, 10 Nov 2017 11:51:21 -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