view src/lapack-test.f @ 5096:70c623038cb0

* src/dbus.mk: update to v1.13.12
author John Donoghue
date Wed, 19 Jun 2019 16:23:12 -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