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

Diff of /trunk/esysUtils/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 190 by jgs, Mon Nov 21 03:27:42 2005 UTC revision 191 by jgs, Mon Nov 21 04:10:12 2005 UTC
# Line 9  Export(["esysroot"]) Line 9  Export(["esysroot"])
9  libdir = Dir(str(esysroot) + '/esysUtils/lib')  libdir = Dir(str(esysroot) + '/esysUtils/lib')
10  Export(["libdir"])  Export(["libdir"])
11    
12    python_path = '/raid2/tools/python-2.3.4/include/python2.3'
13    boost_path = '/raid2/tools/boost/include/boost-1_31'
14    
15    Export(["python_path"])
16    Export(["boost_path"])
17    
18    cxx_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1'
19    
20    Export(["cxx_flags"])
21    
22  SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)  SConscript('src/SConscript', src_dir='src', build_dir='obj', duplicate=0)

Legend:
Removed from v.190  
changed lines
  Added in v.191

  ViewVC Help
Powered by ViewVC 1.1.26