optpp version 2.4 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    optpp  most recent diff


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



      # $Id: Portfile 28510 2007-09-02 21:18:39Z mww macports.org $

      PortSystem 1.0

      Name: optpp
      Version: 2.4
      Category: math
      Maintainers: mmoll cs.rice.edu

      Description: C++ library for non-linear optimization
      Long Description: OPT++ is a C++ library for non-linear optimization.

      Homepage: http://csmr.ca.sandia.gov/projects/opt++/
      distname optpp-${version}
      master_sites ${homepage}
      extract.suffix .tar.gz
      checksums md5 7bd39f389c19ef16c3f62bc6ffa06234

      patchfiles patch-acx_blas.m4
      use_autoconf yes
      configure.ldflags "-framework vecLib"
      configure.args --includedir=${prefix}/include/OPT++ --with-blas

      Variant: mpi {
      configure.args-append --enable-mpi
      configure.env-append MPICC=${prefix}/lib/openmpi/bin/mpicc MPICXX=${prefix}/lib/openmpi/bin/mpic++ MPILIBS='-L${prefix}/lib'
      depends_lib port:openmpi
      }

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

     Where to find more information:

    Darwin Ports



    image test