Revision
74507
Author
ram@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

Diff

Modified: trunk/dports/python/py25-numpy/Portfile (74506 => 74507)


--- 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 (74506 => 74507)


--- 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 (74506 => 74507)


--- 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} {