metis version 4.0 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    metis  most recent diff


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



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

      PortSystem 1.0

      Name: metis
      Version: 4.0
      Category: math
      Platform: darwin
      Maintainers: nomaintainer
      Description: A package for unstructured graph partitioning
      Long Description: METIS is a set of programs for partitioning graphs and for producing fill reducing orderings for sparse matrices. The algorithms implemented by METIS are based on the multilevel graph partitioning scheme described in \[KK95a\] and \[KK95e\]. METIS provides high quality partitions, is extremely fast, and produces low fill orderings.

      Homepage: http://www-users.cs.umn.edu/~karypis/metis/metis/
      master_sites http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ freebsd
      checksums sha1 580568308e1fa40e5a7a77cacbf27f865d6c01af

      use_configure no

      build.target

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/include/metis ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} graphchk kmetis mesh2dual mesh2nodal oemetis onmetis partdmesh partnmesh pmetis ${destroot}${prefix}/bin
      xinstall -W ${worksrcpath}/Lib defs.h macros.h metis.h proto.h rename.h struct.h ${destroot}${prefix}/include/metis
      reinplace "s,#include ,#include ," ${destroot}${prefix}/include/metis/metis.h
      reinplace "s,#include ,#include ," ${destroot}${prefix}/include/metis/metis.h
      reinplace "s,#include ,#include ," ${destroot}${prefix}/include/metis/metis.h
      reinplace "s,#include ,#include ," ${destroot}${prefix}/include/metis/metis.h
      reinplace "s,#include ,#include ," ${destroot}${prefix}/include/metis/metis.h
      xinstall -m 644 ${worksrcpath}/libmetis.a ${destroot}${prefix}/lib
      xinstall -m 644 ${worksrcpath}/Doc/manual.ps ${destroot}${prefix}/share/doc/${name}
      }

      platform darwin 8 { build.args CC=/usr/bin/gcc-4.0 }


    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/metis
      % sudo port install metis
      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 metis
      ---> Verifying checksum for metis
      ---> Extracting metis
      ---> Configuring metis
      ---> Building metis with target all
      ---> Staging metis into destroot
      ---> Installing metis
    - 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 metis with these commands:
      %  man metis
      % apropos metis
      % which metis
      % locate metis

     Where to find more information:

    Darwin Ports



    image test