[74507] trunk/dports/python

ram at macports.org ram at macports.org
Sun Dec 19 15:06:42 PST 2010


Revision: 74507
          http://trac.macports.org/changeset/74507
Author:   ram at macports.org
Date:     2010-12-19 15:06:36 -0800 (Sun, 19 Dec 2010)
Log Message:
-----------
python/py2{5,6,7}-numpy: ensure appropriate archflags are set, #27688

Modified Paths:
--------------
    trunk/dports/python/py25-numpy/Portfile
    trunk/dports/python/py26-numpy/Portfile
    trunk/dports/python/py27-numpy/Portfile

Modified: trunk/dports/python/py25-numpy/Portfile
===================================================================
--- trunk/dports/python/py25-numpy/Portfile	2010-12-19 23:00:26 UTC (rev 74506)
+++ trunk/dports/python/py25-numpy/Portfile	2010-12-19 23:06:36 UTC (rev 74507)
@@ -6,6 +6,7 @@
 
 name                py25-numpy
 version             1.5.1
+revision            1
 categories          python
 platforms           darwin
 maintainers         ram openmaintainer
@@ -27,6 +28,8 @@
 depends_lib-append  port:fftw-3 \
                     port:py25-nose
 
+build.env-append    ARCHFLAGS="${configure.ld_archflags}"
+
 variant atlas \
 description {Use the MacPorts' ATLAS libraries \
              instead of Apple's Accelerate framework} {

Modified: trunk/dports/python/py26-numpy/Portfile
===================================================================
--- trunk/dports/python/py26-numpy/Portfile	2010-12-19 23:00:26 UTC (rev 74506)
+++ trunk/dports/python/py26-numpy/Portfile	2010-12-19 23:06:36 UTC (rev 74507)
@@ -7,6 +7,7 @@
 name                    py26-numpy
 epoch                   20100319
 version                 1.5.1
+revision                1
 categories              python
 platforms               darwin
 maintainers             mcalhoun openmaintainer
@@ -28,6 +29,8 @@
 depends_lib-append      port:fftw-3 \
                         port:py26-nose
 
+build.env-append        ARCHFLAGS="${configure.ld_archflags}"
+
 variant atlas \
 description {Use the MacPorts' ATLAS libraries \
              instead of Apple's Accelerate framework} {

Modified: trunk/dports/python/py27-numpy/Portfile
===================================================================
--- trunk/dports/python/py27-numpy/Portfile	2010-12-19 23:00:26 UTC (rev 74506)
+++ trunk/dports/python/py27-numpy/Portfile	2010-12-19 23:06:36 UTC (rev 74507)
@@ -6,6 +6,7 @@
 
 name                    py27-numpy
 version                 1.5.1
+revision                1
 categories              python
 platforms               darwin
 maintainers             ram openmaintainer
@@ -27,6 +28,8 @@
 depends_lib-append      port:fftw-3 \
                         port:py27-nose
 
+build.env-append        ARCHFLAGS="${configure.ld_archflags}"
+
 variant atlas \
 description {Use the MacPorts' ATLAS libraries \
              instead of Apple's Accelerate framework} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101219/418f19d3/attachment-0001.html>


More information about the macports-changes mailing list