view src/lapack-test.f @ 3711:d0aee8d2e4f4

openblas: update to 0.2.11 * src/openblas.mk: update version/checksum
author John Donoghue
date Thu, 11 Sep 2014 11:18:34 -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