[cig-commits] commit: Add --linkflags option to configure

Mercurial hg at geodynamics.org
Wed Jan 11 11:29:53 PST 2012


changeset:   447:e7ff54190d68
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Jan 11 11:28:03 2012 -0800
files:       SConfigure
description:
Add --linkflags option to configure


diff -r d9c40ac5a60b -r e7ff54190d68 SConfigure
--- a/SConfigure	Tue Dec 20 12:17:54 2011 -0800
+++ b/SConfigure	Wed Jan 11 11:28:03 2012 -0800
@@ -13,6 +13,7 @@ options = [
     ('--lib-type', 'lib_type', 'Library type (shared or static)', 'static'),
     ('--cxx', 'CXX', 'C++ compiler', None),
     ('--cxxflags', 'CXXFLAGS', 'Flags for the C++ compiler', None),
+    ('--linkflags', 'LINKFLAGS', 'Flags for the linker', None),
     ('--with-glucifer', 'with_glucifer', 'Enable gLucifer', 0, 'int'),
     ('--with-hdf5', 'with_hdf5', 'Enable HDF5', 1, 'int'),
     ('--with-experimental', 'with_experimental', 'Enable Experimental Repository compile', os.path.isdir("Experimental"), 'int'),



More information about the CIG-COMMITS mailing list