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

Annotation of /trunk/paso/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 455 - (hide annotations)
Tue Jan 24 04:36:54 2006 UTC (17 years, 1 month ago) by jgs
File size: 834 byte(s)
minor comment and formatting changes

1 jgs 214 # Scons configuration file for paso
2 jgs 455
3     #
4     # set appropriate configuration variable defaults
5    
6 gross 425 esysroot=str(Dir('./..').abspath)
7     execfile(str(File(esysroot+"/scons/esys_options.py")))
8 jgs 214
9 gross 425 Export(["scsl_path","scsl_libs"])
10     Export(["mkl_path","mkl_libs"])
11     Export(["umfpack_path","umfpack_libs"])
12 jgs 191 Export(["python_path"])
13     Export(["boost_path"])
14 jgs 223 Export(["cc"])
15 jgs 214 Export(["cc_flags"])
16     Export(["ar_flags"])
17 jgs 191
18 jgs 455 # set and export library directories
19    
20     libdir = Dir(str(esysroot) + '/paso/lib')
21     Export(["libdir"])
22     libdir2 = Dir(str(esysroot) + '/lib')
23     Export(["libdir2"])
24    
25 jgs 214 #
26     # print out build configuration for this module
27 jgs 191
28 jgs 214 print "Build configuration for module: paso"
29 jgs 223 print " cc: ", cc
30 gross 425 print " cc_flags: ", cc_flags
31 jgs 455
32 jgs 214 # call the SConscript to do the actual build
33 jgs 199
34 jgs 187 SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26