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

aronnax at macports.org aronnax at macports.org
Fri Sep 30 04:27:48 CEST 2016


Revision: 153428
          https://trac.macports.org/changeset/153428
Author:   aronnax at macports.org
Date:     2016-09-29 19:27:47 -0700 (Thu, 29 Sep 2016)
Log Message:
-----------
py-healpy: build with clang, now that it supports OpenMP

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

Modified: trunk/dports/python/py-healpy/Portfile
===================================================================
--- trunk/dports/python/py-healpy/Portfile	2016-09-30 02:27:14 UTC (rev 153427)
+++ trunk/dports/python/py-healpy/Portfile	2016-09-30 02:27:47 UTC (rev 153428)
@@ -7,7 +7,7 @@
 
 name                    py-healpy
 version                 1.9.1
-revision                3
+revision                4
 categories-append       science
 license                 GPL-2
 platforms               darwin
@@ -33,10 +33,9 @@
     default_variants    +openmp
 
     variant openmp description "enable OpenMP parallel acceleration" {
-        # 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-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
+        # Pick a compiler that supports openmp
+        compiler.whitelist macports-clang-3.9 macports-clang-3.8 macports-clang-3.7 macports-gcc-6 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
+        compiler.fallback macports-clang-3.9
     }
 
     if {[variant_isset openmp]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20160929/c9173621/attachment-0002.html>


More information about the macports-changes mailing list