New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11803 (closed submission: fixed)

Opened 5 years ago

Last modified 3 years ago

New port: EO

Reported by: macports@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 1.4
Keywords: evolutionary strategies; genetic algorithms Cc: macports@…, boeyms@…
Port:

Description

I would like to see an EO port, so herewih I submit a new Portfile:

# $Id: $

PortSystem 1.0
name                    eo
version                 1.0.1
categories              science math
maintainers             macports@jochen-kuepper.de
description             an evolutionary computation library
long_description        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
distname                eodev-${version}
checksums               md5 6c4b3629709b8f581e4438322c4584d3

I have not tested this port as I cannot find any documentation on how to do that.

Change History

Changed 5 years ago by jann@…

You can read the old documentation here:  http://web.archive.org/web/20060427120406/darwinports.opendarwin.org/docs/

This should really be migrated to the new site...

Changed 5 years ago by boeyms@…

  • status changed from new to closed
  • cc boeyms@… added
  • resolution set to fixed

Committed in r25094 with minor modifications (changed to use the bzip2 sources as they are slightly smaller, and removed the distname line as it was incorrect). Thanks!

Changed 5 years ago by jmpp@…

  • milestone changed from New Ports to Port Submissions

Milestone New Ports deleted

Changed 3 years ago by jmr@…

  • type changed from enhancement to submission

Changed 3 years ago by anonymous

  • milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.