[153427] trunk/dports/science/healpix-cxx/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/science/healpix-cxx/Portfile

Modified: trunk/dports/science/healpix-cxx/Portfile
===================================================================
--- trunk/dports/science/healpix-cxx/Portfile	2016-09-30 02:14:09 UTC (rev 153426)
+++ trunk/dports/science/healpix-cxx/Portfile	2016-09-30 02:27:14 UTC (rev 153427)
@@ -6,7 +6,7 @@
 name                healpix-cxx
 version             3.30.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
-revision            1
+revision            2
 categories          science
 license             GPL-2
 maintainers         aronnax
@@ -34,10 +34,9 @@
     configure.args-delete \
                     --disable-openmp
 
-        # 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
 }
 
 pre-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20160929/ad20a41e/attachment-0002.html>


More information about the macports-changes mailing list