mtl version 2.1.2-22 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    mtl  most recent diff


      View the most recent changes for the mtl port at: mtl.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for mtl.
      The raw portfile for mtl 2.1.2-22 is located here:
      http://mtl.darwinports.com/dports/math/mtl/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mtl
      Google
      Web Darwinports.com



      # $Id: Portfile 30237 2007-10-23 01:46:57Z jmpp macports.org $

      PortSystem 1.0

      Name: mtl
      Version: 2.1.2-22
      Category: math devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: The Matrix Template Library
      Long Description: The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats. The patch for gcc 4.02 from Markus Grabner is already included.

      Homepage: http://www.osl.iu.edu/research/mtl/
      master_sites http://www.osl.iu.edu/download/research/mtl/ freebsd
      checksums md5 db4aa87d9b6ca9b83bead3ac73652cbc
      patchfiles patch

      use_configure no

      build {}

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/include/${name} ${destroot}${prefix}/share/doc/${name}
      eval xinstall -m 644 -W ${worksrcpath}/mtl [glob ${worksrcpath}/mtl/*.h] ${destroot}${prefix}/include/${name}
      xinstall -m 644 -W ${worksrcpath} README INSTALL license.mtl.txt ${destroot}${prefix}/share/doc/${name}
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/mtl
      % sudo port install mtl
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching mtl
      ---> Verifying checksum for mtl
      ---> Extracting mtl
      ---> Configuring mtl
      ---> Building mtl with target all
      ---> Staging mtl into destroot
      ---> Installing mtl
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using mtl with these commands:
      %  man mtl
      % apropos mtl
      % which mtl
      % locate mtl

     Where to find more information:

    Darwin Ports



    image test