eo version 1.0.1 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    eo  most recent diff


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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      # $Id: Portfile 31856 2007-12-10 08:52:25Z jochen macports.org $

      PortSystem 1.0

      Name: eo
      Category: science
      Version: 1.0.1
      revision 1
      Category: science math
      Maintainers: openmaintainer jochen
      Description: an evolutionary computation library
      Long Description: Evolving Objects (EO) is a templates-based, ANSI-C++ compliant evolutionary computation library. It contains classes for almost any kind of evolutionary computation you might come up to - at least for the ones we could think of. It is component-based, so that if you don't find the class you need in it, it is very easy to subclass existing abstract or concrete classes.

      Homepage: http://eodev.sourceforge.net/
      master_sites sourceforge:eodev
      use_bzip2 yes
      checksums md5 79ac9bd4a0f1ad857845c8fd65418db1

      default_variants +gnuplot

      configure.args-append --disable-applications --disable-gnuplot --disable-tutorial
      configure.args-delete --enable-applications --enable-gnuplot --enable-tutorial

      Variant: applications {
      configure.args-append --enable-applications
      configure.args-delete --disable-applications
      }
      Variant: gnuplot {
      depends_lib port:gnuplot
      configure.args-append --enable-gnuplot
      configure.args-delete --disable-gnuplot
      }
      Variant: tutorial {
      configure.args-append --enable-tutorial
      configure.args-delete --disable-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/eo
      % sudo port install eo
      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 eo
      ---> Verifying checksum for eo
      ---> Extracting eo
      ---> Configuring eo
      ---> Building eo with target all
      ---> Staging eo into destroot
      ---> Installing eo
    - 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 eo with these commands:
      %  man eo
      % apropos eo
      % which eo
      % locate eo

     Where to find more information:

    Darwin Ports



    image test