* 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/doc/CMakeLists.txt Normal file → Executable file
View file

@ -39,7 +39,7 @@ IF (DOXYGEN_FOUND)
INSTALL(
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
DESTINATION local/share${INSTALL_SUB_DIR}/eo COMPONENT doc
DESTINATION local/share/${PROJECT_TAG}/eo COMPONENT doc
PATTERN "CMakeFiles" EXCLUDE
PATTERN "cmake_install.cmake" EXCLUDE
PATTERN "Makefile" EXCLUDE

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

0
deprecated/eo/doc/EO_EA2001.pdf Normal file → Executable file
View file

0
deprecated/eo/doc/LeCreusot.pdf Normal file → Executable file
View file

0
deprecated/eo/doc/eo.cfg.cmake Normal file → Executable file
View file

0
deprecated/eo/doc/index.h Normal file → Executable file
View file

0
deprecated/eo/doc/mainpage.html Normal file → Executable file
View file

0
deprecated/eo/doc/publications.html Normal file → Executable file
View file

0
deprecated/eo/doc/sflogo-hammer1.jpg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before After
Before After