<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9cae258c0660ec126b8b2a9dde5037e0e0aac102">https://github.com/macports/macports-ports/commit/9cae258c0660ec126b8b2a9dde5037e0e0aac102</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 9cae258c066 py-clawpack: Add compiler blacklist for thread.h
</span>9cae258c066 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9cae258c0660ec126b8b2a9dde5037e0e0aac102
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Apr 17 00:45:38 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-clawpack: Add compiler blacklist for thread.h
</span>---
 python/py-clawpack/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-clawpack/Portfile b/python/py-clawpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c8068b99fb..ba68e8883c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-clawpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-clawpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem              1.0
 PortGroup               python    1.0
 PortGroup               compilers 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> 
 name                    py-clawpack
 version                 5.8.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +27,8 @@ python.versions         37 38 39
</span> 
 # fatal error: 'threads.h' file not found
 compiler.c_standard     2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> 
 compilers.setup         require_fortran
 
</pre><pre style='margin:0'>

</pre>