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

brad at geodynamics.org brad at geodynamics.org
Thu Jun 9 11:03:19 PDT 2011


Author: brad
Date: 2011-06-09 11:03:19 -0700 (Thu, 09 Jun 2011)
New Revision: 18567

Modified:
   cs/buildbot/trunk/buildbot/scripts/windows.py
Log:
Updated PETSc dependencies (HDF5) for making dlls.

Modified: cs/buildbot/trunk/buildbot/scripts/windows.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/windows.py	2011-06-09 14:56:36 UTC (rev 18566)
+++ cs/buildbot/trunk/buildbot/scripts/windows.py	2011-06-09 18:03:19 UTC (rev 18567)
@@ -82,7 +82,8 @@
         libs.append(lapack)
     if blas:
 	libs.append(blas)
-    deps = ["-lgdi32", "-lgfortran"]
+    # :TODO: Replace hardwiring of dependencies with values extracted from petscvariables
+    deps = ["-lgdi32", "-lgfortran", "-lhdf5_fortran", "-lhdf5", "-lz"]
 
     while libs:
         directory = ""



More information about the CIG-COMMITS mailing list