| author | Radek Brich <radek.brich@devl.cz> | 
| Mon, 14 Apr 2008 12:51:50 +0200 | |
| branch | pyrit | 
| changeset 69 | 303583d2fb97 | 
| parent 68 | 2c154aad7f33 | 
| child 70 | 4b84e90325c5 | 
| permissions | -rw-r--r-- | 
| 
64
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
1  | 
Help("""
 | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
2  | 
Targets:  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
3  | 
all - build everything,  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
4  | 
|
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
5  | 
libs - build all libraries  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
6  | 
demos - build all demos  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
7  | 
models - download/prepare all models  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
8  | 
docs - compile doxygen documentation  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
9  | 
|
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
10  | 
libs = (static-lib, python-module)  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
11  | 
static-lib - ray tracer library to link with  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
12  | 
python-module - ray tracer module for Python  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
13  | 
|
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
14  | 
demos = (python-demos, cc-demos)  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
15  | 
python-demos - Python demos, this depends on python-module  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
16  | 
cc-demos - C++ demos  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
17  | 
|
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
18  | 
models = (local-models, download-models)  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
19  | 
local-models - prepare local models  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
20  | 
download-models - download models which are not locally available  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
21  | 
|
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
22  | 
no-docs = (libs, demos, models)  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
23  | 
- everything but docs  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
24  | 
no-download = (libs, demos, local-models)  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
25  | 
- everything but docs and downloadable models  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
26  | 
|
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
27  | 
Default target is no-download.  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
28  | 
|
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
29  | 
Options:  | 
| 
64
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
30  | 
""")  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
31  | 
|
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
32  | 
import os, sys  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
33  | 
env = Environment(ENV = {'PATH' : os.environ['PATH']})
 | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
34  | 
Decider('MD5-timestamp')
 | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
35  | 
|
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
36  | 
opt = Options(['.optioncache'])  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
37  | 
opt.AddOptions(  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
38  | 
	BoolOption('intelc', 'use Intel C++ Compiler, if available', True),
 | 
| 
67
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
39  | 
	('precision', 'floating point number precision (single/double)', "single"),
 | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
40  | 
	('flags', 'add additional compiler flags', ""),
 | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
41  | 
)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
42  | 
if env['PLATFORM'] == 'win32':  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
43  | 
opt.AddOptions(  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
44  | 
		('pythonpath', 'path to Python installation',
 | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
45  | 
'C:\\Python%c%c' % (sys.version[0], sys.version[2])),  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
46  | 
)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
47  | 
opt.Update(env)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
48  | 
opt.Save('.optioncache', env)
 | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
49  | 
Help(opt.GenerateHelpText(env))  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
50  | 
|
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
51  | 
platform = 'unknown'  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
52  | 
def CheckPlatform(context):  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
53  | 
global platform  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
54  | 
	context.Message('Platform is... ')
 | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
55  | 
if sys.platform[:5] == 'linux':  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
56  | 
platform = 'linux'  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
57  | 
elif env['PLATFORM'] == 'posix':  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
58  | 
platform = 'posix'  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
59  | 
elif env['PLATFORM'] == 'win32':  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
60  | 
platform = 'win32'  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
61  | 
context.Result(platform)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
62  | 
return True  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
63  | 
|
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
64  | 
def CheckIntelC(context):  | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
65  | 
global intelc, intelcversion  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
66  | 
	context.Message('Checking for Intel C++ Compiler... ')
 | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
67  | 
	intelc = Tool("intelc").exists(env) == True
 | 
| 66 | 68  | 
if intelc:  | 
69  | 
testenv = Environment()  | 
|
70  | 
		Tool("intelc").generate(testenv)
 | 
|
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
71  | 
intelcversion = str(testenv['INTEL_C_COMPILER_VERSION']/10.)  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
72  | 
context.Result(intelcversion)  | 
| 66 | 73  | 
else:  | 
74  | 
context.Result(intelc)  | 
|
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
75  | 
return intelc  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
76  | 
|
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
77  | 
def CheckGCC(context):  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
78  | 
global gcc, gccversion  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
79  | 
	context.Message('Checking for GCC... ')
 | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
80  | 
gcc = "g++" in env['TOOLS']  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
81  | 
if gcc:  | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
82  | 
gccversion = env['CCVERSION']  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
83  | 
context.Result(gccversion)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
84  | 
else:  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
85  | 
context.Result(False)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
86  | 
return gcc  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
87  | 
|
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
88  | 
def CheckCPUFlags(context):  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
89  | 
global cpu, cpuflags_gcc, cpuflags_intelc  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
90  | 
	context.Message('Checking CPU arch and flags... ')
 | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
91  | 
	env.Execute('@$CC tools/cpuflags.c -o tools/cpuflags')
 | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
92  | 
	(cpu, cpuflags_gcc, cpuflags_intelc) = os.popen('tools/cpuflags %s %s'
 | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
93  | 
		% (''.join(gccversion.rsplit('.',1)), intelcversion) ).read().split('\n')[:3]
 | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
94  | 
context.Result(cpu)  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
95  | 
return True  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
96  | 
|
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
97  | 
conf = Configure(env,  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
98  | 
	custom_tests = {
 | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
99  | 
'CheckPlatform' : CheckPlatform, 'CheckCPUFlags' : CheckCPUFlags,  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
100  | 
'CheckIntelC' : CheckIntelC, 'CheckGCC' : CheckGCC})  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
101  | 
conf.CheckPlatform()  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
102  | 
conf.CheckGCC()  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
103  | 
conf.CheckIntelC()  | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
104  | 
conf.CheckCPUFlags()  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
105  | 
env = conf.Finish()  | 
| 
63
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
106  | 
|
| 66 | 107  | 
|
108  | 
if intelc and env['intelc']:  | 
|
109  | 
	Tool("intelc").generate(env)
 | 
|
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
110  | 
cc = 'intelc'  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
111  | 
elif gcc:  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
112  | 
cc = 'gcc'  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
113  | 
|
| 
67
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
114  | 
add_flags = ''  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
115  | 
if cc == 'gcc':  | 
| 
68
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
116  | 
add_flags += cpuflags_gcc + ' -ffast-math '  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
117  | 
if cc == 'intelc':  | 
| 
 
2c154aad7f33
added detection of optimal CPU flags for both GCC and IntelC
 
Radek Brich <radek.brich@devl.cz> 
parents: 
67 
diff
changeset
 | 
118  | 
add_flags += cpuflags_intelc + ' '  | 
| 
67
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
119  | 
|
| 
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
120  | 
if env['precision'] == 'double':  | 
| 
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
121  | 
add_flags += '-DPYRIT_DOUBLE '  | 
| 
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
122  | 
elif cc == 'gcc':  | 
| 
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
123  | 
add_flags += '-fsingle-precision-constant '  | 
| 
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
124  | 
|
| 
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
125  | 
add_flags += env['flags']  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
126  | 
|
| 66 | 127  | 
if cc == 'intelc':  | 
| 
67
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
128  | 
env.Append(CCFLAGS="-O3 -w1 " + add_flags)  | 
| 66 | 129  | 
elif cc == 'gcc':  | 
| 
67
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
130  | 
env.Append(CCFLAGS="-O3 -Wall -pipe " + add_flags)  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
131  | 
# CCFLAGS= -fno-strict-aliasing  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
132  | 
else:  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
133  | 
print "No supported compiler found."  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
134  | 
Exit(1)  | 
| 
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
135  | 
|
| 66 | 136  | 
print "Using compiler: " + cc  | 
| 
67
 
249553e1d4fe
new option to choose single or double precision floats
 
Radek Brich <radek.brich@devl.cz> 
parents: 
66 
diff
changeset
 | 
137  | 
print "Additional flags: " + add_flags  | 
| 
63
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
138  | 
|
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
139  | 
# pthread  | 
| 
64
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
140  | 
if env['PLATFORM'] == 'win32':  | 
| 
65
 
242839c6d27d
basic detection of compiler (GCC or ICC) and CPU capabilities
 
Radek Brich <radek.brich@devl.cz> 
parents: 
64 
diff
changeset
 | 
141  | 
env.Append(LIBS=["pthreadGC2"])  | 
| 
64
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
142  | 
else:  | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
143  | 
env.Append(CCFLAGS="-pthread ")  | 
| 
63
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
144  | 
|
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
145  | 
(lib, pymodule) = SConscript('src/SConscript', build_dir='build/lib', duplicate=0, exports='env')
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
146  | 
|
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
147  | 
SConscript('ccdemos/SConscript', build_dir='build/ccdemos', duplicate=0, exports='env lib')
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
148  | 
SConscript('demos/SConscript', exports='pymodule')
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
149  | 
env.Alias('demos', ['cc-demos', 'python-demos'])
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
150  | 
|
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
151  | 
SConscript('models/SConscript')
 | 
| 60 | 152  | 
|
| 
63
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
153  | 
env.Alias('docs', Command('docs/html', [], 'doxygen'))
 | 
| 66 | 154  | 
env.Clean('docs', ['docs/html'])
 | 
| 
63
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
155  | 
|
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
156  | 
env.Alias('no-docs', ['libs', 'demos', 'models'])
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
157  | 
env.Alias('no-download', ['libs', 'demos', 'local-models'])
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
158  | 
|
| 
64
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
159  | 
env.Alias('all', ['no-docs', 'docs'])
 | 
| 
 
5785cca4cdb9
add Help with list of targets to SConstruct
 
Radek Brich <radek.brich@devl.cz> 
parents: 
63 
diff
changeset
 | 
160  | 
|
| 
63
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
161  | 
env.Alias('pyrit', 'no-download')
 | 
| 
 
440e1ae80459
add many SCons targets (see DEVNOTES)
 
Radek Brich <radek.brich@devl.cz> 
parents: 
62 
diff
changeset
 | 
162  | 
Default('pyrit')
 |