Installation Guide. =================== These packages contain Ada bindings to the LAPACK subroutines. The sources for LAPACK itself are not distributed with this package. The Ada bindings interface to the Fortran version of the LAPACK library (not C or C++), which you can obtain from the netlib sites. Requirements ============ Gnat 3.12 or later LAPACK Fortran library version 2.0 or later Fortran library - For g77 complier (GNU) or f2c and gcc, libf2c.a You only need a Fortran compiler if you want to do multi-language programming, or if you need to build LAPACK itself. A number of test examples in directory /test BUILD ===== The Ada 95 interface to LAPACK is in the /ada directory. See the README in /ada directory to build the interface. TESTING ======= Testing procedures for part of LAPACK can be found in directory /test. See the README in /test directory to compile and run the tests. This shows you how to call typical LAPACK routines from Ada.