Parent Directory
|
Revision Log
Sticky Revision: |
Data.cpp - indefed out the erf & inv. hyperbolics on windows. DataAlgorithmAdapterTestCase & DataTestCase - Fix the ifndef on _WIN32 & _INTEL_COMPILER SConstruct - chamges to the PATH so windows can find DLLs.
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)
relative error tests have been introduced into a few more of the unit test.
+ 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
+Unit tests unified into escript_UnitTest +SConscript support for build_tests and run_tests
Clean up test into single test suite and only one SConscript file so it is easier to maintain. Note: + Use the command line options on tests in order to run only one of them if you need to + THIS DOESN'T WORK YET: I've not merged the tests, that will follow shortly + I do hope this merges with the changes on the trunk!
Creating a private branch so I can test and verify cross-platform build
minor reformatting
restructure escript source tree move src/Data/* -> src remove inc modify #includes and cpppath settings accordingly
move all directories from trunk/esys2 into trunk and remove esys2
erge of development branch dev-02 back to main trunk on 2005-08-12
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
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 |