summaryrefslogtreecommitdiffstats
path: root/src/lapack-test.f
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-05-01 16:31:25 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-05-01 16:31:25 (GMT)
commitae7bd20d37d539dc35a2d9b549320321a1802264 (patch)
treee6b606d21fad5473669470bf822c5ba1fdfd772f /src/lapack-test.f
parentae7b6c23c1c626e0f30608d6cb91607c4184dbaf (diff)
downloadmxe-ae7bd20d37d539dc35a2d9b549320321a1802264.zip
mxe-ae7bd20d37d539dc35a2d9b549320321a1802264.tar.gz
mxe-ae7bd20d37d539dc35a2d9b549320321a1802264.tar.bz2
package lapack: use $(TARGET)-ranlib and add test program
Diffstat (limited to 'src/lapack-test.f')
-rw-r--r--src/lapack-test.f10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lapack-test.f b/src/lapack-test.f
new file mode 100644
index 0000000..9872d3b
--- /dev/null
+++ b/src/lapack-test.f
@@ -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