[141656] trunk/dports

aronnax at macports.org aronnax at macports.org
Sat Dec 12 02:27:14 PST 2015


Revision: 141656
          https://trac.macports.org/changeset/141656
Author:   aronnax at macports.org
Date:     2015-10-25 08:07:40 -0700 (Sun, 25 Oct 2015)
Log Message:
-----------
healpix-cxx, py-healpy: add gcc5 compiler fallback

Modified Paths:
--------------
    trunk/dports/python/py-healpy/Portfile
    trunk/dports/science/healpix-cxx/Portfile

Modified: trunk/dports/python/py-healpy/Portfile
===================================================================
--- trunk/dports/python/py-healpy/Portfile	2015-10-25 14:25:15 UTC (rev 141655)
+++ trunk/dports/python/py-healpy/Portfile	2015-10-25 15:07:40 UTC (rev 141656)
@@ -7,6 +7,7 @@
 
 name                    py-healpy
 version                 1.8.4
+revision                1
 categories-append       science
 license                 GPL-2
 platforms               darwin
@@ -35,7 +36,7 @@
         # FIXME: llvm-gcc42 is broken, https://trac.macports.org/ticket/40713
         # Only clang really needs to be blacklisted
         compiler.blacklist *gcc-4.2 *clang*
-        compiler.fallback macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.4 macports-gcc-4.3
+        compiler.fallback macports-gcc-5 macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.4 macports-gcc-4.3
     }
 
     if {[variant_isset openmp]} {

Modified: trunk/dports/science/healpix-cxx/Portfile
===================================================================
--- trunk/dports/science/healpix-cxx/Portfile	2015-10-25 14:25:15 UTC (rev 141655)
+++ trunk/dports/science/healpix-cxx/Portfile	2015-10-25 15:07:40 UTC (rev 141656)
@@ -5,6 +5,7 @@
 
 name                healpix-cxx
 version             3.11.2
+revision            1
 categories          science
 license             GPL-2
 maintainers         aronnax
@@ -35,7 +36,7 @@
         # FIXME: llvm-gcc42 is broken, https://trac.macports.org/ticket/40713
         # Only clang really needs to be blacklisted
         compiler.blacklist *gcc-4.2 *clang*
-        compiler.fallback macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.4 macports-gcc-4.3
+        compiler.fallback macports-gcc-5 macports-gcc-4.8 macports-gcc-4.7 macports-gcc-4.6 macports-gcc-4.5 macports-gcc-4.4 macports-gcc-4.3
 }
 
 pre-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/53ec362d/attachment.html>


More information about the macports-changes mailing list