[37676] trunk/dports/python/py25-numeric/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 18 12:54:58 PDT 2008


Revision: 37676
          http://trac.macosforge.org/projects/macports/changeset/37676
Author:   jmr at macports.org
Date:     2008-06-18 12:54:57 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
py25-numeric: use gcc-3.3 on Panther, should fix #15553

Modified Paths:
--------------
    trunk/dports/python/py25-numeric/Portfile

Modified: trunk/dports/python/py25-numeric/Portfile
===================================================================
--- trunk/dports/python/py25-numeric/Portfile	2008-06-18 19:41:56 UTC (rev 37675)
+++ trunk/dports/python/py25-numeric/Portfile	2008-06-18 19:54:57 UTC (rev 37676)
@@ -27,6 +27,12 @@
 
 patchfiles      patch-ranf.c
 
+build.env CC=/usr/bin/gcc-4.0
+
+platform darwin 7 {
+    build.env CC=/usr/bin/gcc-3.3
+}
+
 platform macosx {
     post-patch {
         copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
@@ -39,8 +45,6 @@
     }
 }
 
-build.env CC=gcc
-
 test.run        yes
 test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
 test.cmd        ${python.bin} Test/test.py

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080618/65698563/attachment.htm 


More information about the macports-changes mailing list