[91026] trunk/dports/python/py-healpy/Portfile

aronnax at macports.org aronnax at macports.org
Thu Mar 22 06:03:17 PDT 2012


Revision: 91026
          https://trac.macports.org/changeset/91026
Author:   aronnax at macports.org
Date:     2012-03-22 06:03:17 -0700 (Thu, 22 Mar 2012)
Log Message:
-----------
py-healpy: removed workaround for bug fixed in MacPorts 2.0.3, moved patchfiles to subport section

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

Modified: trunk/dports/python/py-healpy/Portfile
===================================================================
--- trunk/dports/python/py-healpy/Portfile	2012-03-22 12:52:13 UTC (rev 91025)
+++ trunk/dports/python/py-healpy/Portfile	2012-03-22 13:03:17 UTC (rev 91026)
@@ -22,10 +22,10 @@
 python.versions         25 26 27
 python.default_version  27
 
-patchfiles              patch-setup.py.diff
-
 if {${subport} != ${name}} {
 
+patchfiles              patch-setup.py.diff
+
 # Find a compiler that supports OpenMP
 if {${configure.compiler} == "clang"} {
    configure.compiler llvm-gcc-4.2
@@ -36,8 +36,6 @@
    if {![file executable ${configure.cc}]} {
        depends_build-append port:apple-gcc42
        configure.compiler apple-gcc-4.2
-       # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2
-       configure.cxx ${prefix}/bin/g++-apple-4.2
    }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120322/d4434069/attachment.html>


More information about the macports-changes mailing list