/[escript]/trunk/finley/SConstruct
ViewVC logotype

Log of /trunk/finley/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 481 - (view) (annotate) - [select for diffs]
Modified Wed Feb 1 05:57:50 2006 UTC (17 years, 2 months ago) by jgs
File length: 1733 byte(s)
Diff to previous 473
add mechanism to install .h files to inc directories
(still need to specify full lists of .h files to install)


Revision 473 - (view) (annotate) - [select for diffs]
Modified Fri Jan 27 01:59:09 2006 UTC (17 years, 2 months ago) by jgs
File length: 1478 byte(s)
Diff to previous 471
make adjustments to allow for new source tree structure


Revision 471 - (view) (annotate) - [select for diffs]
Modified Fri Jan 27 01:33:02 2006 UTC (17 years, 2 months ago) by jgs
File length: 1479 byte(s)
Diff to previous 457
reorganise finley src tree to remove inc dir and src/finley directory


Revision 457 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 06:13:03 2006 UTC (17 years, 2 months ago) by jgs
File length: 1492 byte(s)
Diff to previous 455
fix installation to directories specified by pyinstall and libinstall


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: 1377 byte(s)
Diff to previous 454
minor comment and formatting changes


Revision 454 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 01:34:31 2006 UTC (17 years, 2 months ago) by jgs
File length: 1319 byte(s)
Diff to previous 425
replace libdir default settings - SConstruct was broken without them


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: 1118 byte(s)
Diff to previous 340
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 340 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 05:10:45 2005 UTC (17 years, 3 months ago) by jgs
File length: 2625 byte(s)
Diff to previous 325
pass in pyinstall value from top-level scons script and add
correct suffix in module level scons scipr


Revision 325 - (view) (annotate) - [select for diffs]
Modified Wed Dec 7 02:08:17 2005 UTC (17 years, 3 months ago) by jgs
File length: 2579 byte(s)
Diff to previous 309
now determine hostname via socket.gethostname() as HOSTNAME
environment variable is apparently not set on all platforms


Revision 309 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 01:59:58 2005 UTC (17 years, 3 months ago) by jgs
File length: 2567 byte(s)
Diff to previous 288
now load default options - by default!


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


Revision 277 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 04:52:39 2005 UTC (17 years, 4 months ago) by jgs
File length: 2489 byte(s)
Diff to previous 268
explicitly define dependencies between modules


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


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: 2033 byte(s)
Diff to previous 246
fix compiler options to enable compilation on gcc platforms

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


Revision 241 - (view) (annotate) - [select for diffs]
Modified Mon Nov 28 06:14:47 2005 UTC (17 years, 4 months ago) by jgs
File length: 1976 byte(s)
Diff to previous 224
if usegcc=1 is set on command line, load compiler options
fropm scons/gcc_options.py


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: 1933 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: 1859 byte(s)
Diff to previous 217
pass in cc/cxx settings from config file

Revision 217 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 06:48:50 2005 UTC (17 years, 4 months ago) by jgs
File length: 1765 byte(s)
Diff to previous 216
import sys

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: 1754 byte(s)
Diff to previous 214
first pass at importing compile options from an external file'


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


Revision 204 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 04:43:51 2005 UTC (17 years, 4 months ago) by jgs
File length: 685 byte(s)
Diff to previous 192
revised scons files to account for new finley source tree structure


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


Revision 191 - (view) (annotate) - [select for diffs]
Modified Mon Nov 21 04:10:12 2005 UTC (17 years, 4 months ago) by jgs
File length: 617 byte(s)
Diff to previous 190
push platform dependent compiler flags and include directories up to library level scons files - these will eventually be brought in from external config files

Revision 190 - (view) (annotate) - [select for diffs]
Modified Mon Nov 21 03:27:42 2005 UTC (17 years, 4 months ago) by jgs
File length: 241 byte(s)
Diff to previous 183
pass in value for esysroot and use this to determine include file locations

Revision 183 - (view) (annotate) - [select for diffs]
Modified Fri Nov 18 05:24:37 2005 UTC (17 years, 4 months ago) by jgs
File length: 121 byte(s)
Diff to previous 182
can now build finleyC/finleycpp concurrently


Revision 182 - (view) (annotate) - [select for diffs]
Added Fri Nov 18 05:07:36 2005 UTC (17 years, 4 months ago) by jgs
File length: 228 byte(s)
first draft of config/construct files for finleyC/finleycpp 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