Parent Directory
|
Revision Log
Sticky Revision: |
ess_options.py is updated and synchronised with the esys/env module. In turn, this module is used to build and setup the user environments of esys/current and esys/current-debug.
Removed -ansi_alias compiler option to icpc. It was causing the compiler to optimize away the default constructor DataAbstract::DataAbstract and breaking the tests.
+ 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.
papi switched off on altix
eigenvalues: compiles and passes tests on altix now
define epydoc PYTHONPATH setting
define locations of doxygen/epydoc executables
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.
fixed typo in options string
fixed specification of solver libs
pass in solver libraries to link with via options files now
pass in platform specific libraries via options files now
fix compiler options to enable compilation on gcc platforms
added some comments and reasonable default values
fix quoting of library names
add names of python and boost libraries to config file
import compile options into bruce unit test builds from options file now
pass in correct options to archiver for static libraries
implement switching of debug compiler options based on command line flag 'debug'
pass in cc/cxx settings from config file
first pass at importing compile options from an external file'
added directory and first draft file to hold options settings for different configurations (debug/nodebug, host, etc)
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 |