/[escript]/trunk/scons/ess_options.py
ViewVC logotype

Log of /trunk/scons/ess_options.py

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 3259)

Revision 738 - (view) (annotate) - [select for diffs]
Modified Sat Jun 17 06:00:19 2006 UTC (16 years, 9 months ago) by matt
File length: 1793 byte(s)
Diff to previous 735
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.


Revision 735 - (view) (annotate) - [select for diffs]
Modified Wed Jun 14 02:09:21 2006 UTC (16 years, 9 months ago) by ksteube
File length: 1923 byte(s)
Diff to previous 682
Removed -ansi_alias compiler option to icpc. It was causing the compiler
to optimize away the default constructor DataAbstract::DataAbstract and
breaking the tests.



Revision 682 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 02:43:09 2006 UTC (17 years ago) by robwdcock
File length: 1947 byte(s)
Diff to previous 645
+ 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 645 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 01:10:42 2006 UTC (17 years ago) by elspeth
File length: 2265 byte(s)
Diff to previous 591
More copyright.


Revision 591 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 02:05:54 2006 UTC (17 years ago) by gross
File length: 1841 byte(s)
Diff to previous 584
papi switched off on altix

Revision 584 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 23:03:38 2006 UTC (17 years ago) by gross
File length: 1785 byte(s)
Diff to previous 487
eigenvalues: compiles and passes tests on altix now

Revision 487 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 06:16:30 2006 UTC (17 years, 1 month ago) by jgs
File length: 1596 byte(s)
Diff to previous 486
define epydoc PYTHONPATH setting

Revision 486 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 05:23:44 2006 UTC (17 years, 1 month ago) by jgs
File length: 1509 byte(s)
Diff to previous 455
define locations of doxygen/epydoc executables

Revision 455 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 04:36:54 2006 UTC (17 years, 2 months ago) by jgs
File length: 1353 byte(s)
Diff to previous 425
minor comment and formatting changes


Revision 425 - (view) (annotate) - [select for diffs]
Modified Tue Jan 10 04:10:39 2006 UTC (17 years, 2 months ago) by gross
File length: 1595 byte(s)
Diff to previous 267
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. 




Revision 267 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 01:13:10 2005 UTC (17 years, 4 months ago) by jgs
File length: 1134 byte(s)
Diff to previous 256
fixed typo in options string


Revision 256 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 06:22:53 2005 UTC (17 years, 4 months ago) by jgs
File length: 1135 byte(s)
Diff to previous 255
fixed specification of solver libs


Revision 255 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 06:13:22 2005 UTC (17 years, 4 months ago) by jgs
File length: 1132 byte(s)
Diff to previous 252
pass in solver libraries to link with via options files now

Revision 252 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 05:58:03 2005 UTC (17 years, 4 months ago) by jgs
File length: 1077 byte(s)
Diff to previous 249
pass in platform specific libraries via options files now


Revision 249 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 05:29:09 2005 UTC (17 years, 4 months ago) by jgs
File length: 1007 byte(s)
Diff to previous 245
fix compiler options to enable compilation on gcc platforms

Revision 245 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 02:11:05 2005 UTC (17 years, 4 months ago) by jgs
File length: 978 byte(s)
Diff to previous 238
added some comments and reasonable default values

Revision 238 - (view) (annotate) - [select for diffs]
Modified Mon Nov 28 05:33:38 2005 UTC (17 years, 4 months ago) by jgs
File length: 727 byte(s)
Diff to previous 236
fix quoting of library names


Revision 236 - (view) (annotate) - [select for diffs]
Modified Mon Nov 28 05:25:35 2005 UTC (17 years, 4 months ago) by jgs
File length: 723 byte(s)
Diff to previous 226
add names of python and boost libraries to config file


Revision 226 - (view) (annotate) - [select for diffs]
Modified Fri Nov 25 01:40:04 2005 UTC (17 years, 4 months ago) by jgs
File length: 661 byte(s)
Diff to previous 225
import compile options into bruce unit test builds from options file now


Revision 225 - (view) (annotate) - [select for diffs]
Modified Fri Nov 25 01:22:34 2005 UTC (17 years, 4 months ago) by jgs
File length: 568 byte(s)
Diff to previous 224
pass in correct options to archiver for static libraries

Revision 224 - (view) (annotate) - [select for diffs]
Modified Fri Nov 25 00:33:27 2005 UTC (17 years, 4 months ago) by jgs
File length: 544 byte(s)
Diff to previous 223
implement switching of debug compiler options based on command line flag 'debug'

Revision 223 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 23:12:13 2005 UTC (17 years, 4 months ago) by jgs
File length: 327 byte(s)
Diff to previous 216
pass in cc/cxx settings from config file

Revision 216 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 06:35:14 2005 UTC (17 years, 4 months ago) by jgs
File length: 303 byte(s)
Diff to previous 215
first pass at importing compile options from an external file'


Revision 215 - (view) (annotate) - [select for diffs]
Added Thu Nov 24 06:25:15 2005 UTC (17 years, 4 months ago) by jgs
File length: 198 byte(s)
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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26