[113786] trunk/dports/python/py-numpy/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 10:02:15 PST 2013


Revision: 113786
          https://trac.macports.org/changeset/113786
Author:   sean at macports.org
Date:     2013-11-23 10:02:14 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
py-numpy: fix typo for specifying system lapack

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2013-11-23 16:52:05 UTC (rev 113785)
+++ trunk/dports/python/py-numpy/Portfile	2013-11-23 18:02:14 UTC (rev 113786)
@@ -7,7 +7,7 @@
 
 github.setup            numpy numpy 1.8.0 v
 name                    py-numpy
-revision                1
+revision                2
 categories-append       math
 license                 BSD
 platforms               darwin
@@ -199,7 +199,7 @@
                             BLAS=${prefix}/lib
     } else {
         build.env-append    ATLAS=None \
-                            LAPACK=/usr/lib/lib \
+                            LAPACK=/usr/lib \
                             BLAS=/usr/lib
         destroot.env-append ATLAS=None \
                             LAPACK=/usr/lib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/d75bfbc8/attachment.html>


More information about the macports-changes mailing list