view src/lapack-test.f @ 3803:f2776007d295

osmesa: update for win64 * src/osmesa.mk: use machi value of x86_64 is compiling for win64
author John D
date Tue, 17 Feb 2015 18:55:38 -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