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

leif at geodynamics.org leif at geodynamics.org
Tue Jul 8 15:03:22 PDT 2008


Author: leif
Date: 2008-07-08 15:03:22 -0700 (Tue, 08 Jul 2008)
New Revision: 12399

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Include "cygz.dll" in the Windows binary package.  It is a dependency
of HDF5, used by Cigma.


Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2008-07-08 20:53:07 UTC (rev 12398)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2008-07-08 22:03:22 UTC (rev 12399)
@@ -286,6 +286,7 @@
         "cygreadline6.dll",
         # This is given special treatment.
         #"cygwin1.dll",
+        "cygz.dll", # for HDF5 (used by Cigma)
         "echo.exe",
         "gunzip.exe",
         "lib" + python + ".dll",



More information about the cig-commits mailing list