[cig-commits] commit: Adding a print statement to show the users has enabled a configure with experimental
Mercurial
hg at geodynamics.org
Mon Feb 1 15:29:50 PST 2010
changeset: 198:7c3f621dcb78
user: JulianGiordani
date: Thu Dec 03 14:13:52 2009 +1100
files: SConfigure
description:
Adding a print statement to show the users has enabled a configure with experimental
diff -r 354243eef29e -r 7c3f621dcb78 SConfigure
--- a/SConfigure Fri Nov 27 18:31:13 2009 +1100
+++ b/SConfigure Thu Dec 03 14:13:52 2009 +1100
@@ -13,7 +13,7 @@ options = [
('--cc', 'CC', 'C compiler', None),
('--cflags', 'CFLAGS', 'Flags for the C compiler', None),
('--with-glucifer', 'with_glucifer', 'Enable gLucifer', 1, 'int'),
- ('--with-experimental', 'with_experimental', 'Download Experimental Repository', 0, 'int'),
+ ('--with-experimental', 'with_experimental', 'Enable Experimental Repository compile', 0, 'int'),
('--with-osmesa', 'with_osmesa', 'Enable OSMesa output', 1, 'int'),
('--with-sdl', 'with_sdl', 'Enable SDL output', 1, 'int'),
('--with-x11', 'with_x11', 'Enable X11 output', 1, 'int'),
@@ -68,6 +68,10 @@ if not (GetOption('help') or GetOption('
if env.get('eptiming', None):
env.MergeFlags('-DENABLE_STGERMAIN_LOG')
+
+ # confirm with_experimental configure
+ if env.get('with_experimental', None):
+ print("Enable Experimental build... yes");
if env.get('with_memory_stats', None):
env.MergeFlags('-DMEMORY_STATS')
More information about the CIG-COMMITS
mailing list