view src/lapack-test.f @ 5911:e64718a362e6 release

of-sparsersb: Update to version 1.0.9. * src/of-sparsersb.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 29 Sep 2021 17:27:13 +0200
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