<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/48a345ea60c73d2fa6d12109f147993b8d3047b7">https://github.com/macports/macports-ports/commit/48a345ea60c73d2fa6d12109f147993b8d3047b7</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 48a345ea60c py-scipy: Add comment explaining clang blacklist entry
</span>48a345ea60c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 48a345ea60c73d2fa6d12109f147993b8d3047b7
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 25 14:07:38 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-scipy: Add comment explaining clang blacklist entry
</span>---
 python/py-scipy/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 73f0295e675..705a8e7ceec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,6 +90,8 @@ if {${name} ne ${subport}} {
</span>         compiler.c_standard 2011
         compiler.cxx_standard 2011
         compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Requires threads.h, missing in Xcode clang
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://build.macports.org/builders/ports-10.11_x86_64-builder/builds/136856/steps/install-port/logs/stdio
</span>         compiler.blacklist-append {clang < 900}
 
     }
</pre><pre style='margin:0'>

</pre>