[cig-commits] commit: Luke's addons to get the CoreServices working in scons... thanks Luke

Mercurial hg at geodynamics.org
Mon Nov 24 11:28:00 PST 2008


changeset:   20:5e63b255cdba
user:        JulianGiordani
date:        Tue Aug 26 08:21:03 2008 +0000
files:       SConfig/packages/CoreServices.py SConfig/packages/__init__.py
description:
Luke's addons to get the CoreServices working in scons... thanks Luke


diff -r a2824e704b32 -r 5e63b255cdba SConfig/packages/CoreServices.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SConfig/packages/CoreServices.py	Tue Aug 26 08:21:03 2008 +0000
@@ -0,0 +1,7 @@
+import os
+import SConfig
+
+class CoreServices(SConfig.Package):
+    def __init__(self, scons_env, scons_opts, required=False, **kw):
+        SConfig.Package.__init__(self, scons_env, scons_opts, required, **kw)
+        self.frameworks = ['CoreServices']
diff -r a2824e704b32 -r 5e63b255cdba SConfig/packages/__init__.py
--- a/SConfig/packages/__init__.py	Mon Aug 18 03:55:13 2008 +0000
+++ b/SConfig/packages/__init__.py	Tue Aug 26 08:21:03 2008 +0000
@@ -23,3 +23,4 @@ from HDF5 import HDF5
 from HDF5 import HDF5
 from X11 import X11
 from pcu import pcu
+from CoreServices import CoreServices



More information about the CIG-COMMITS mailing list