view src/lapack-test.f @ 5590:191d93715dff

* src/qtbase.mk: use dynamic opengl in windows
author John Donoghue <john.donoghue@ieee.org>
date Tue, 01 Dec 2020 03:15:12 -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