Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
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
More copyright info added.
mmio moced to paso
pyvisi compiles now
more work on pyvisi integration
eigenvalues: compiles and passes tests on altix now
can now specify target "build_docs" in order to build epydoc and doxygen documentation
minor comment and formatting changes
The sparse solver can be called by paso now. the building has been change to reduce some code redundancy: now all scons SCscripts are importing scons/esys_options.py which imports platform specific settings.
the documenation build does not work at all except on our altix. has been switcehed of for now
Updated to allow for building of API documentation.
pass in pyinstall value from top-level scons script and add correct suffix in module level scons scipr
now automatically build unit tests as required based on dependencies between unit tests and libraries
setup scons configuration to make and install python code
allow compile options to be loaded from a config file specified on the command line to scons
collect all information needed to determine build configuration (ie: debug/nodebug, host, platform etc)
pass in top level install directory for finley/escript/bruce/paso libraries when building via top level scons script
add top level SConstruct file to enable coordinated building of all esys libraries
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 |