[cig-commits] commit: Enabling use of 64 bit library directories.

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:47 PST 2008


changeset:   70:b410e22b02c9
user:        LukeHodkinson
date:        Mon Mar 03 06:34:31 2008 +0000
files:       config/packages/PICellerator.py
description:
Enabling use of 64 bit library directories.


diff -r 6bd57c57a0ef -r b410e22b02c9 config/packages/PICellerator.py
--- a/config/packages/PICellerator.py	Mon Mar 03 06:33:40 2008 +0000
+++ b/config/packages/PICellerator.py	Mon Mar 03 06:34:31 2008 +0000
@@ -50,4 +50,8 @@ class PICellerator(SConfig.Package):
         if self.env['debug']:
             self.env.MergeFlags('-g')
 
+        # Setup 64 bit builds.
+        if platform.architecture()[0].find('64') != -1:
+            self.env.MergeFlags('-m64')
+
         return [1, '', '']



More information about the CIG-COMMITS mailing list