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

brad at geodynamics.org brad at geodynamics.org
Thu Mar 15 08:37:22 PDT 2012


Author: brad
Date: 2012-03-15 08:37:22 -0700 (Thu, 15 Mar 2012)
New Revision: 19785

Modified:
   cs/buildbot/trunk/buildbot/scripts/packager.py
Log:
Updated for new lapack location.

Modified: cs/buildbot/trunk/buildbot/scripts/packager.py
===================================================================
--- cs/buildbot/trunk/buildbot/scripts/packager.py	2012-03-15 15:23:17 UTC (rev 19784)
+++ cs/buildbot/trunk/buildbot/scripts/packager.py	2012-03-15 15:37:22 UTC (rev 19785)
@@ -323,6 +323,11 @@
         "/usr/include/" + python,
         ])
 
+    # Lapack libraries (used by numpy) now placed in own location.
+    l.extend([
+        "/lib/lapack",
+        ])
+
     return l
 
 def installMungedCygwinDLL(munged):



More information about the CIG-COMMITS mailing list