Log of /trunk/finley/inc
Directory Listing
Revision
1388 -
Directory Listing
Modified
Fri Jan 11 07:45:58 2008 UTC
(15 years, 2 months ago)
by
trankine
And get the *(&(*&(* name right
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(15 years, 2 months ago)
by
trankine
Original Path:
temp/finley/inc
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(17 years ago)
by
robwdcock
+ 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
481 -
Directory Listing
Added
Wed Feb 1 05:57:50 2006 UTC
(17 years, 1 month ago)
by
jgs
add mechanism to install .h files to inc directories
(still need to specify full lists of .h files to install)