Igraph version 0.5.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.5.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The igraph Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: igraph
      Version: 0.5.2

      Category: math devel
      #license GPLv2+
      Maintainers: snc openmaintainer
      Description: high performance graph library for C
      Long Description: high performance graph library, primarily aimed at complex network research and analysis.
      Homepage: http://cneurocvs.rmki.kfki.hu/igraph/

      Platform: darwin
      depends_build port:gmp

      distname igraph-${version}
      Master Sites: ${homepage}download/
      Checksums: md5 092fcd018d35da599e250990e9b64e6f sha1 894eafe7ce08e42488429199e13f1fe77cbb78da rmd160 1c8c35d7400570459c4440efed0809375f21a74d

      test.run yes
      test.target check

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.