* New tree configuration of the project:

.../
   ...           + -- EO
   |             |
   |             |
   +-- src ----- + -- EDO
   |             |
   |             |
   +-- test      + -- MO
   |             |
   |             |
   +-- tutorial  + -- MOEO
   |             |
   |             |
   +-- doc       + -- SMP
   |             |
   |             |
   ...           + -- EOMPI
                 |
                 |
                 + -- EOSERIAL

Question for current maintainers: ./README: new release?

Also:

* Moving out eompi & eoserial modules (issue #2).

* Correction of the errors when executing "make doc" command.

* Adding a solution for the conflicting headers problem (see the two CMake Cache
 Values: PROJECT_TAG & PROJECT_HRS_INSTALL_SUBPATH) (issue #1)

* Header inclusions:
        ** src: changing absolute paths into relative paths ('#include <...>' -> '#include "..."')
        ** test, tutorial: changing relative paths into absolute paths ('#include "..."' -> '#include <...>')

* Moving out some scripts from EDO -> to the root

* Add a new script for compilation and installation (see build_gcc_linux_install)

* Compilation with uBLAS library or EDO module: now ok

* Minor modifications on README & INSTALL files

* Comment eompi failed tests with no end

*** TODO: CPack (debian (DEB) & RedHat (RPM) packages) (issues #6 & #7) ***
This commit is contained in:
Adèle Harrissart 2014-08-04 13:40:28 +02:00
commit 490e837f7a
2359 changed files with 7688 additions and 16329 deletions

2
deprecated/eo/test/CMakeLists.txt Normal file → Executable file
View file

@ -93,7 +93,7 @@ ELSEIF(ENABLE_CMAKE_TESTING)
ADD_EXECUTABLE(${test} ${T_${test}_SOURCES})
ADD_TEST(${test} ${test})
TARGET_LINK_LIBRARIES(${test} ga es cma eoutils eo)
INSTALL(TARGETS ${test} RUNTIME DESTINATION local/share${INSTALL_SUB_DIR}/eo/test COMPONENT test)
INSTALL(TARGETS ${test} RUNTIME DESTINATION local/share/${PROJECT_TAG}/eo/test COMPONENT test)
ENDFOREACH (test)
SET(RESOURCES

0
deprecated/eo/test/ChangeLog Normal file → Executable file
View file

0
deprecated/eo/test/RoyalRoad.h Normal file → Executable file
View file

0
deprecated/eo/test/binary_value.h Normal file → Executable file
View file

0
deprecated/eo/test/fitness_traits.cpp Normal file → Executable file
View file

0
deprecated/eo/test/real_value.h Normal file → Executable file
View file

0
deprecated/eo/test/t-MGE-control.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-MGE.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-MGE1bit.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eo.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eo2dVector.cc Normal file → Executable file
View file

0
deprecated/eo/test/t-eoCMAES.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoCheckpointing.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoDualFitness.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoESAll.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoESFull.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoEasyEA.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoEasyPSO.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoExtendedVelocity.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoExternalEO.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoFitnessAssembled.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoFitnessAssembledEA.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoFunctor.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoGA.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoGenOp.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoIQRStat.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoInitPermutation.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoInt.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoLogger.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoOrderXover.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoPBIL.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoParallel.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoParser.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoRNG.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoRandom.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoReal.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoReplacement.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoRingTopology.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoRoulette.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSSGA.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSecondsElapsedContinue.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSelect.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSharing.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoShiftMutation.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoStateAndParser.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSwapMutation.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSymreg.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoSyncEasyPSO.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoTwoOptMutation.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoUniform.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoVector.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eoVirus.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eobin.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-eofitness.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-openmp.cpp Normal file → Executable file
View file

0
deprecated/eo/test/t-selectOne.cpp Normal file → Executable file
View file