view src/lapack-test.f @ 4565:e8e6e646e17d

freetype:update to v2.8.1 * src/freetype.mk: update version, checksum
author John D
date Thu, 30 Nov 2017 13:41:20 -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