view src/lapack-test.f @ 5523:5191e4789168

suitesparse: Support using ccache. * src/suitesparse.mk: Pass switches for ccache.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 27 Aug 2020 13:00:02 +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