Boost-gil-numeric version 1.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    boost-gil-numeric  most recent diff


    version 1.0

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


      The boost-gil-numeric Portfile 47650 2009-03-02 23:09:17Z devans macports.org $

      PortSystem 1.0

      Name: boost-gil-numeric
      Version: 1.0
      Category: devel
      Maintainers: gmail.com:sanchom

      Description: An algorithm extension to boost-gil.
      Long Description: An algorithm extension to boost-gil which allows you do re-sampling and convolution. The algorithm extension is in a very early stage of development. It is not documented and has not been optimized for performance.
      Homepage: http://opensource.adobe.com/wiki/display/gil/Downloads
      Platform: darwin
      Master Sites: http://opensource.adobe.com/wiki/download/attachments/3866769/
      distfiles numeric.tar.gz
      Checksums: md5 33d987e101f03ada8252f0df76dc790c sha1 0195704f1309001ddf3f62b50adf22eef977eb69 rmd160 14fdd24558520a64cbb0978ad61e3664d3feeda1
      depends_lib port:boost

      use_configure no
      worksrcdir numeric

      build { }

      destroot {
      set extensiondir ${destroot}${prefix}/include/boost/gil/extension/numeric
      xinstall -d -m 755 ${extensiondir}
      eval xinstall -m 644 [glob ${worksrcpath}/*] ${extensiondir}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.