<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3933b2f147536b1907326796989c255b1c82a82a">https://github.com/macports/macports-ports/commit/3933b2f147536b1907326796989c255b1c82a82a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 3933b2f py-healpy: Remove clang-3.8 from whitelist
</span>3933b2f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3933b2f147536b1907326796989c255b1c82a82a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 23 23:26:52 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-healpy: Remove clang-3.8 from whitelist
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The clang-3.8 port is obsolete.
</span>---
python/py-healpy/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-healpy/Portfile b/python/py-healpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7be097..439c092 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-healpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-healpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +32,7 @@ if {${name} ne ${subport}} {
</span>
variant openmp description "enable OpenMP parallel acceleration" {
# Pick a compiler that supports openmp
<span style='display:block; white-space:pre;background:#ffe0e0;'>- 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
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.whitelist macports-clang-3.9 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
</span> compiler.fallback macports-clang-3.9
}
</pre><pre style='margin:0'>
</pre>