Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(16 years, 11 months ago)
by
robwdcock
Copied from:
branches/ROBW_XPLATFORM/lib revision 681
+ 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
Revision
673 -
Directory Listing
Modified
Sun Mar 26 07:16:42 2006 UTC
(16 years, 11 months ago)
by
robwdcock
Original Path:
branches/ROBW_XPLATFORM/lib
+ Added some svn:ignore properties so .pyc files aren't reported during svn status and friends
+ Removed esys directory. Build system will create the pyinstall/esys target and touch the __init__.py file in it as part of the build process. This means you can now direct scons to perform an install of the python directly into your desired location rather than just in the root of the source tree.
Revision
669 -
Directory Listing
Added
Sat Mar 25 13:35:55 2006 UTC
(16 years, 11 months ago)
by
robwdcock
Original Path:
branches/ROBW_XPLATFORM/lib
+ Added lib back in. Once cppunit is removed this will no longer be
necessary as scons will no longer through up an error when looking for
cppunit lib path when it hasn't been built yet.