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

brad at geodynamics.org brad at geodynamics.org
Thu May 12 15:50:09 PDT 2011


Author: brad
Date: 2011-05-12 15:50:05 -0700 (Thu, 12 May 2011)
New Revision: 18354

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Remove system blas/lapack from windows packaging.

Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2011-05-12 22:49:28 UTC (rev 18353)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2011-05-12 22:50:05 UTC (rev 18354)
@@ -279,15 +279,13 @@
         "which.exe",
         ]
     l = ["/bin/" + b for b in l]
-    l.extend([
-        ("/lib/lapack/cygblas-0.dll", "bin"),
-        ("/lib/lapack/cyglapack-0.dll", "bin"),
-        ])
+
     # Additional Python stuff.
     l.extend([
         "/lib/" + python,
         "/usr/include/" + python,
         ])
+
     return l
 
 def installMungedCygwinDLL(munged):



More information about the CIG-COMMITS mailing list