view src/lapack-test.f @ 2692:86dc9319fd1d

package lapack: use $(TARGET)-ranlib and add test program (cherry picked from commit ae7bd20d37d539dc35a2d9b549320321a1802264)
author Tony Theodore <tonyt@logyst.com>
date Wed, 02 May 2012 02:31:25 +1000
parents
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