// -*- text -*-
session_start();
$_SESSION['navi'] = 'mtl2';
$topdir = ".";
$title = "Download The Matrix Template Library";
include_once("$topdir/includes/header.inc");
include('./defs.php3');
include("../includes/downloads.php3");
// include("/l/osl/www/www.osl.iu.edu/research/includes/downloads.php3");
// files in /l/osl/download/www.osl.iu.edu/research/mtl
$t = new downloadTable("../../download/research/mtl/", "research/mtl");
$t->addHeader("Matrix Template Library");
$t->addFile("Unix, see note 1.", "mtl-2.1.2-23.tentative.tar.gz",
"0be5e98664d19939b1030d25ab12f132");
$t->addFile("Visual Studio 2005, see note 2.", "mtl-2.1.2-22ForVS2005.zip",
"ce64448b8e67a828b4fb8dc72bf60a5e");
$t->addFile("Unix (additionally tested with GCC 3.3, 3.4, 4.0)", "mtl-2.1.2-22.tar.gz",
"db4aa87d9b6ca9b83bead3ac73652cbc");
$t->addFile("Patch for gcc 4.02 from Markus Grabner", "mtl-2.1.2-22-gcc-4.02.patch.gz
",
"ca91416873b89c2a6d59bd29d63182e1");
$t->addFile("Patch for Sun Studio C++ 11 (and 10) from Simon Atanasyan, see note 3.", "mtl-2.1.2-22-sun.patch.gz",
"b36d184b71be8877b924e598dd8107d8");
$t->addFile("HTML reference guide", "mtl_reference.tar.gz",
"55b0e94237ee0502283b3ca95335e982");
$t->addFile("Unix (tested with KCC 3.4x, GCC 3.1, Intel C++ 6.0, and MIPSpro 7.3.1)", "mtl-2.1.2-21.tar.gz",
"9219c998ed30d65fb8e08c305b6d4e46");
$t->addFile("Visual C++ 7", "mtl-2.1.2-21.zip",
"a74cba9bad142e8a539814c102076d47");
$t->addFile("Visual C++ 6", "mtl-2.1.2-20.zip",
"b3b1292f11240dfdae30728fdba8d7e7");
$t->addFile("Metrowerks", "mtl_2_1_2_14_mwerks.zip",
"2bff33e8ceb126256dd44f0fff165f41");
$t->addFile("Metrowerks", "mtl-2.1.2-14.sit",
"0e379abb0ff2f9f2d3f5faabce88f9c2");
$t->printMe();
?>