Difference between revisions of "Libevocosm"

From CBLFS
Jump to navigationJump to search
(Added page)
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{|style="text-align: left; background-color: AliceBlue;"
 
{|style="text-align: left; background-color: AliceBlue;"
|-
 
!Download Source:
 
|{|style="text-align: left; background-color: AliceBlue;"
 
 
|-
 
|-
 
!Download Source:
 
!Download Source:
Line 13: Line 10:
  
 
== Dependencies ==
 
== Dependencies ==
 +
 +
=== Required ===
 +
* [[Brahe]]
  
 
=== Optional ===
 
=== Optional ===
Line 87: Line 87:
 
|-valign="top"
 
|-valign="top"
 
!Installed Directories:
 
!Installed Directories:
|None
+
|/usr/share/doc/libevocosm, /usr/include/libevocosm
 
|-valign="top"
 
|-valign="top"
 
!Installed Programs:
 
!Installed Programs:
|None
+
|runfuncopt
 
|-valign="top"
 
|-valign="top"
 
!Installed Libraries:
 
!Installed Libraries:
Line 103: Line 103:
 
|is a library of evolutionary classes used by [[libacovea]]
 
|is a library of evolutionary classes used by [[libacovea]]
 
|}
 
|}
 +
 +
[[Category:Benchmarking]]

Latest revision as of 13:13, 20 October 2008

Download Source: http://www.coyotegulch.com/distfiles/libevocosm-3.3.1.tar.gz

Introduction to Libevocosm

Evocosm is a set of classes that abstract the fundamental components of an evolutionary algorithm used by libacovea

Project Homepage: http://www.coyotegulch.com/products/libevocosm/index.html

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

If you have Doxygen installed, build the documentation:

make docs

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

If you have Doxygen installed, build the documentation:

make docs

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

If you have Doxygen installed, build the documentation:

make docs

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

If you have Doxygen installed, build the documentation:

make docs

Install the package:

make install

Contents

Installed Directories: /usr/share/doc/libevocosm, /usr/include/libevocosm
Installed Programs: runfuncopt
Installed Libraries: libevocosm.{a,la,so}

Short Descriptions

libevocosm is a library of evolutionary classes used by libacovea