Parent Directory
|
Revision Log
|
Patch
revision 214 by jgs, Thu Nov 24 05:15:26 2005 UTC | revision 216 by jgs, Thu Nov 24 06:35:14 2005 UTC | |
---|---|---|
# | Line 55 Export(["libdir"]) | Line 55 Export(["libdir"]) |
55 | # | # |
56 | # load and export configuration settings | # load and export configuration settings |
57 | ||
58 | cc_flags = '-O0 -openmp -openmp_report0 -tpp2 -ansi -ansi_alias -no-gcc -fpic -w1' | options_dir = str(esysroot) + '/scons' |
59 | sys.path.append(options_dir) | |
60 | ||
61 | if dodebug==0 and hostname=='ess': | |
62 | from ess_options import * | |
63 | ||
64 | Export(["cc_flags"]) | Export(["cc_flags"]) |
65 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |