[cig-commits] r15360 - cs/buildbot/trunk/buildbot/scripts

leif at geodynamics.org leif at geodynamics.org
Fri Jun 19 14:35:18 PDT 2009


Author: leif
Date: 2009-06-19 14:35:17 -0700 (Fri, 19 Jun 2009)
New Revision: 15360

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Package libgfortran on Linux x86_64.  (On 32-bit Linux, g95 is used,
and -lf95 is static.)


Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2009-06-19 21:23:11 UTC (rev 15359)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2009-06-19 21:35:17 UTC (rev 15360)
@@ -42,7 +42,9 @@
         petsc = None
         libraries = config.packaging.libraries[:]
         if opSys == "linux":
-            libraries.extend(["stdc++", "gcc_s", "g2c"])
+            libraries.extend(["stdc++", "gcc_s", "g2c",
+                              "gfortran" # x86_64
+                              ])
         for l in libraries:
             if l == "mpi":
                 l = "*mpich"



More information about the CIG-COMMITS mailing list