Parent Directory
|
Revision Log
Sticky Revision: |
+ NEW BUILD SYSTEM This commit contains the new build system with cross-platform support. Most things work are before though you can have more control. ENVIRONMENT settings have changed: + You no longer require LD_LIBRARY_PATH or PYTHONPATH to point to the esysroot for building and testing performed via scons + ACcESS altix users: It is recommended you change your modules to load the latest intel compiler and other libraries required by boost to match the setup in svn (you can override). The correct modules are as follows module load intel_cc.9.0.026 export MODULEPATH=${MODULEPATH}:/data/raid2/toolspp4/modulefiles/gcc-3.3.6 module load boost/1.33.0/python-2.4.1 module load python/2.4.1 module load numarray/1.3.3
+ Changed include paths to no longer require the cpp suffix (missed in earlier commit) + modified tests so they no longer install to #/lib
+Finely unit tests now running in build system All C++ tests run and compile on Altix, I expect the same result for Linux so you may not see another log message for that.
Creating a private branch so I can test and verify cross-platform build
restructure escript source tree move src/Data/* -> src remove inc modify #includes and cpppath settings accordingly
make adjustments to allow for new source tree structure
fix settings to account for new finley source tree structure
move all directories from trunk/esys2 into trunk and remove esys2
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |