view src/lapack-test.f @ 4312:5f24a9910a14

src/blas.mk: update to 3.7.0
author John D
date Wed, 04 Jan 2017 08:32:16 -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