/[escript]/branches/intelc_win32/SConstruct
ViewVC logotype

Log of /branches/intelc_win32/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 742 - (view) (annotate) - [select for diffs]
Modified Sat Jun 24 11:27:16 2006 UTC (16 years, 9 months ago) by woo409
File length: 14981 byte(s)
Diff to previous 722
+ Initial commit of win32 port using intel c++ compiler 9.1.x for Windows
+ This version is failing some file handling tests in python

Revision 722 - (view) (annotate) - [select for diffs]
Modified Mon May 1 11:49:18 2006 UTC (16 years, 10 months ago) by gross
Original Path: trunk/SConstruct
File length: 15078 byte(s)
Diff to previous 720
abstract added in users guide added

Revision 720 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 10:16:05 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/SConstruct
File length: 15270 byte(s)
Diff to previous 712
formatting errors in epydoc tags fixed

Revision 712 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 02:08:50 2006 UTC (16 years, 11 months ago) by elspeth
Original Path: trunk/SConstruct
File length: 15254 byte(s)
Diff to previous 707
Fixed build of epydoc documentation. Now builds html in relase/doc/epydoc .


Revision 707 - (view) (annotate) - [select for diffs]
Modified Wed Apr 12 23:58:02 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/SConstruct
File length: 15036 byte(s)
Diff to previous 706
latex build documentation is working now

Revision 706 - (view) (annotate) - [select for diffs]
Modified Sat Apr 8 16:13:02 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/SConstruct
File length: 14072 byte(s)
Diff to previous 705
python tests compile and run but there is still a problem with dependencies'


Revision 705 - (view) (annotate) - [select for diffs]
Modified Fri Apr 7 17:57:37 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/SConstruct
File length: 13972 byte(s)
Diff to previous 700
python tests are allmost working

Revision 700 - (view) (annotate) - [select for diffs]
Modified Thu Apr 6 00:13:40 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/SConstruct
File length: 13806 byte(s)
Diff to previous 694
A few changes in the build mechanism and the file structure so scons can build release tar files:

  * paso/src/Solver has been moved to paso/src 
  * all test_.py are now run_.py files and are assumed to be passing python tests. they can run by 
    scons py_tests and are part of the release test set
  * escript/py_src/test_ are moved to escript/test/python and are installed in to the build directory 
    (rather then the PYTHONPATH).
  * all py files in test/python which don't start with run_ or test_ are now 'local_py_tests'. they are installed i
    by not run automatically.
  * CppUnitTest is now treated as a escript module (against previous decisions).
  * scons realse builds nor tar/zip files with relvant source code (src and tests in seperate files)

the python tests don't pass yet due to path problems.



Revision 694 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 11:35:55 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/SConstruct
File length: 12456 byte(s)
Diff to previous 691
pyvisi builds now. tests still to be fixed.

Revision 691 - (view) (annotate) - [select for diffs]
Modified Wed Mar 29 03:43:36 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/SConstruct
File length: 12366 byte(s)
Diff to previous 690
+ Fixed incorrect target path in SConstruct file
+ cognac now links with g++ compiled boost rather than intelc compiled boost due to compilation errors with intel c. (Finley will still compile and work with intel c though) - this is the same configuration as the access altix


Revision 690 - (view) (annotate) - [select for diffs]
Modified Tue Mar 28 07:18:51 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/SConstruct
File length: 12360 byte(s)
Diff to previous 688
+ Added basic_py_tests target which will run the basic set of python tests. The list of python tests was taken from autoscons


Revision 688 - (view) (annotate) - [select for diffs]
Modified Tue Mar 28 01:56:24 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/SConstruct
File length: 12332 byte(s)
Diff to previous 685
+ Modified the env (environment) creation for the ia64 platform to include PATH so it no longer complains about not being able to locate the intel compiler. This is related to the previous fix for windows. Seems it is a scons intelc.py bug.


Revision 685 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 22:16:33 2006 UTC (17 years ago) by gross
Original Path: trunk/SConstruct
File length: 12311 byte(s)
Diff to previous 684
compilation uses python version scons is running under now

Revision 684 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 07:34:07 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/SConstruct
File length: 12173 byte(s)
Diff to previous 682
+ Minor modification to how the ENV external environment is initialised. Originally this was done as part of the env = Environment( ENV = ...) construction. Unfortunately this doesn't work properly on windows as it clobbers the path edits performed by the tools = 'intelc'. The end result is icl is not found. Now the env is initialised without the ENV = and they are added in after construction.
I suspect this is a bug in scons itself on the windows platform.

Revision 682 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 02:43:09 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/SConstruct
File length: 12085 byte(s)
Diff to previous 643
+ 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 643 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 00:28:41 2006 UTC (17 years ago) by elspeth
Original Path: trunk/SConstruct
File length: 1105 byte(s)
Diff to previous 618
More copyright info added.


Revision 618 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 04:02:38 2006 UTC (17 years ago) by gross
Original Path: trunk/SConstruct
File length: 683 byte(s)
Diff to previous 603
mmio moced to paso

Revision 603 - (view) (annotate) - [select for diffs]
Modified Mon Mar 20 01:49:39 2006 UTC (17 years ago) by gross
Original Path: trunk/SConstruct
File length: 726 byte(s)
Diff to previous 602
pyvisi compiles now

Revision 602 - (view) (annotate) - [select for diffs]
Modified Fri Mar 17 06:57:46 2006 UTC (17 years ago) by gross
Original Path: trunk/SConstruct
File length: 728 byte(s)
Diff to previous 584
more work on pyvisi integration

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

Revision 498 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 01:53:47 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/SConstruct
File length: 647 byte(s)
Diff to previous 455
can now specify target "build_docs" in order to build
epydoc and doxygen documentation


Revision 455 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 04:36:54 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/SConstruct
File length: 649 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
Original Path: trunk/SConstruct
File length: 647 byte(s)
Diff to previous 380
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 380 - (view) (annotate) - [select for diffs]
Modified Mon Dec 19 01:54:51 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/SConstruct
File length: 1306 byte(s)
Diff to previous 370
the documenation build does not work at all except on our altix. has been switcehed of for now

Revision 370 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 00:52:34 2005 UTC (17 years, 3 months ago) by cochrane
Original Path: trunk/SConstruct
File length: 1304 byte(s)
Diff to previous 340
Updated to allow for building of API documentation.


Revision 340 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 05:10:45 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/SConstruct
File length: 1268 byte(s)
Diff to previous 288
pass in pyinstall value from top-level scons script and add
correct suffix in module level scons scipr


Revision 288 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 01:55:04 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/SConstruct
File length: 1144 byte(s)
Diff to previous 268
now automatically build unit tests as required based on dependencies
between unit tests and libraries


Revision 268 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 01:39:47 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/SConstruct
File length: 1151 byte(s)
Diff to previous 246
setup scons configuration to make and install python code


Revision 246 - (view) (annotate) - [select for diffs]
Modified Tue Nov 29 04:27:00 2005 UTC (17 years, 3 months ago) by jgs
Original Path: trunk/SConstruct
File length: 1110 byte(s)
Diff to previous 214
allow compile options to be loaded from a config
file specified on the command line to scons


Revision 214 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 05:15:26 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/SConstruct
File length: 996 byte(s)
Diff to previous 192
collect all information needed to determine build
configuration (ie: debug/nodebug, host, platform etc)


Revision 192 - (view) (annotate) - [select for diffs]
Modified Mon Nov 21 04:52:14 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/SConstruct
File length: 275 byte(s)
Diff to previous 189
pass in top level install directory for finley/escript/bruce/paso
libraries when building via top level scons script


Revision 189 - (view) (annotate) - [select for diffs]
Added Mon Nov 21 03:26:46 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/SConstruct
File length: 226 byte(s)
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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26