gerris version 0.9.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gerris  most recent diff


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



      # $Id: Portfile 30251 2007-10-23 02:18:30Z jmpp macports.org $

      PortSystem 1.0
      Name: gerris
      Version: 0.9.2
      Category: science
      Platform: darwin
      Maintainers: nomaintainer
      Description: The Gerris Flow Solver
      Long Description: Gerris is an Open Source Free Software library for the solution of the partial differential equations describing fluid flow.

      Homepage: http://gfs.sourceforge.net/
      master_sites sourceforge:gfs

      checksums md5 94e0fe2089052a3e6c689f85148388bc

      depends_lib port:glib2 port:gts

      patchfiles patch-Makefile.in

      post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/boussinesq
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/cylinder
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/cylinder/heated
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/rt
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/shear

      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/faq
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/html
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/tutorial

      xinstall -m 644 ${worksrcpath}/doc/examples/boussinesq/boussinesq.gfs ${destroot}${prefix}/share/doc/${name}/examples/boussinesq/
      xinstall -m 644 ${worksrcpath}/doc/examples/boussinesq/boussinesq.gfv ${destroot}${prefix}/share/doc/${name}/examples/boussinesq/
      xinstall -m 644 ${worksrcpath}/doc/examples/boussinesq/cylinder.gts ${destroot}${prefix}/share/doc/${name}/examples/boussinesq/

      xinstall -m 644 ${worksrcpath}/doc/examples/cylinder/cylinder.gfs ${destroot}${prefix}/share/doc/${name}/examples/cylinder/
      xinstall -m 644 ${worksrcpath}/doc/examples/cylinder/cylinder.gts ${destroot}${prefix}/share/doc/${name}/examples/cylinder/
      xinstall -m 644 ${worksrcpath}/doc/examples/cylinder/heated/heated.gfs ${destroot}${prefix}/share/doc/${name}/examples/cylinder/heated/

      xinstall -m 644 ${worksrcpath}/doc/examples/shear/shear.gfs ${destroot}${prefix}/share/doc/${name}/examples/shear/
      xinstall -m 644 ${worksrcpath}/doc/examples/shear/circle.gts ${destroot}${prefix}/share/doc/${name}/examples/shear/

      xinstall -m 644 ${worksrcpath}/doc/examples/rt/rt.gfs ${destroot}${prefix}/share/doc/${name}/examples/rt/
      xinstall -m 644 ${worksrcpath}/doc/examples/rt/rt.gfv ${destroot}${prefix}/share/doc/${name}/examples/rt/

      xinstall -m 644 ${worksrcpath}/doc/faq/faq.pdf ${destroot}${prefix}/share/doc/${name}/faq/

      foreach fn [ glob ${worksrcpath}/doc/html/* ] {
      xinstall -m 644 ${fn} ${destroot}${prefix}/share/doc/${name}/html/
      }

      xinstall -m 644 ${worksrcpath}/doc/tutorial/tutorial.pdf ${destroot}${prefix}/share/doc/${name}/tutorial/
      xinstall -m 644 ${worksrcpath}/doc/tutorial/half-cylinder.gts ${destroot}${prefix}/share/doc/${name}/tutorial/
      xinstall -m 644 ${worksrcpath}/doc/tutorial/gfs2D.net ${destroot}${prefix}/share/doc/${name}/tutorial/
      }


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

     Where to find more information:

    Darwin Ports



    image test