diff src/lapack-test.f @ 2464:fc0830aafb54

package lapack: use $(TARGET)-ranlib and add test program
author Tony Theodore <tonyt@logyst.com>
date Wed, 02 May 2012 02:31:25 +1000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lapack-test.f	Wed May 02 02:31:25 2012 +1000
@@ -0,0 +1,10 @@
+*
+* 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