itl version 4.0.0-1 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    itl  most recent diff


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



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

      PortSystem 1.0

      Name: itl
      Version: 4.0.0-1
      Category: math
      Platform: darwin
      Maintainers: nomaintainer
      Description: Iterative Template Library (based on MTL)
      Long Description: The Iterative Template Library (ITL) is a generic component library that provides iterative methods for solving linear systems. ITL also provides numerious preconditioners which is for MTL. ITL uses the abstract interface of matrix-vector, vector-vector, and vector-scalor operations MTL is default to serve those operations. ITL is able to use other packages such as Blitz++ and BLAS with the same abstract interface provided.

      Homepage: http://www.osl.iu.edu/research/itl/
      master_sites http://www.osl.iu.edu/download/research/itl/
      checksums md5 cb8b11de45e5b1bb80b17123adc93190

      depends_lib port:blitz port:mtl

      configure.args --with-mtl=${prefix}/include --with-blitz=${prefix}/include

      build {}

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/include/${name}
      xinstall -m 644 -W ${worksrcpath}/itl Iteration_concept.h Matrix_concept.h Preconditioner_concept.h givens_rotation.h itl.h itl_config.h itl_tags.h itl_utils.h matrix_free_operator.h modified_gram_schmidt.h number_traits.h ${destroot}${prefix}/include/${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/itl
      % sudo port install itl
      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 itl
      ---> Verifying checksum for itl
      ---> Extracting itl
      ---> Configuring itl
      ---> Building itl with target all
      ---> Staging itl into destroot
      ---> Installing itl
    - 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 itl with these commands:
      %  man itl
      % apropos itl
      % which itl
      % locate itl

     Where to find more information:

    Darwin Ports



    image test