[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[oMetah-devel] ometah SConstruct
From: |
Jean-Philippe Aumasson |
Subject: |
[oMetah-devel] ometah SConstruct |
Date: |
Fri, 03 Jun 2005 09:48:38 -0400 |
CVSROOT: /cvsroot/ometah
Module name: ometah
Branch:
Changes by: Jean-Philippe Aumasson <address@hidden> 05/06/03 13:48:37
Modified files:
. : SConstruct
Log message:
* CEC... instead of Rosenbrock..
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/SConstruct.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
Patches:
Index: ometah/SConstruct
diff -u ometah/SConstruct:1.10 ometah/SConstruct:1.11
--- ometah/SConstruct:1.10 Thu Jun 2 10:59:29 2005
+++ ometah/SConstruct Fri Jun 3 13:48:36 2005
@@ -25,7 +25,7 @@
metaheuristic = ['itsMetaheuristic.cpp','itsEstimationOfDistribution.cpp']
metaheuristic = ['metaheuristic/'+i for i in metaheuristic]
-problem = ['itsProblem.cpp','itsRosenbrock.cpp']
+problem = ['itsProblem.cpp', 'CEC05/itsCEC05_SSRPO_Base.cpp']
problem = ['problem/'+i for i in problem]
communication = ['itsCommunication.cpp', \
- [oMetah-devel] ometah SConstruct,
Jean-Philippe Aumasson <=