Octave-bim version 0.1.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    octave-bim  most recent diff


    version 0.1.1

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


      The octave-bim Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: octave-bim
      Version: 0.1.1
      Category: math science
      Platform: darwin
      Maintainers: and.damore alakazam
      Description: Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method (BIM)
      Long Description: ${description}

      Homepage: http://octave.sourceforge.net/
      Master Sites: sourceforge:octave

      distname bim-$version

      Checksums: md5 7e7a3856127c0f17bf98df5d564b224d sha1 573b31f8e0e3f6ed733303c6a47a948b67cd338f rmd160 a917e90a2d0fac5c9569220c3b50d3533f88065f

      depends_lib-append port:octave port:octave-fpl port:octave-msh

      post-destroot {
      move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
      }

      post-activate {
      system "octave --eval \"pkg rebuild\""
      }

      livecheck.type regex
      livecheck.url http://octave.sourceforge.net/packages.html
      livecheck.regex http://downloads\.sourceforge\.net/octave/bim-(\\d+(\\.\\d+)*)\.tar\.gz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.