<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/8252361a5030ecb4617c07822631755b0d582e1a">https://github.com/macports/macports-ports/commit/8252361a5030ecb4617c07822631755b0d582e1a</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 8252361  OpenBlas*: blacklist  non-thread_local compilers
</span>8252361 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8252361a5030ecb4617c07822631755b0d582e1a
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Mon Mar 11 18:47:49 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    OpenBlas*: blacklist  non-thread_local compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    These compilers don't support thread_local on all systems
</span><span style='display:block; white-space:pre;color:#404040;'>    Add some working fallback compilers
</span>---
 math/OpenBLAS/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f2ebeaf..b4426db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,10 @@ archive_sites
</span> # be better to use the cxx11 1.1 PG, but it conflicts with the
 # compilers 1.0 PG & so just block compilers instead.
 compiler.blacklist-append cc {*gcc-3*} {*gcc-4.[0-7]} {clang < 800.0.38}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin i386 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append {macports-clang-[3-4].*}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.fallback-append macports-clang-5.0 macports-clang-6.0 macports-clang-7.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 subport OpenBLAS-devel {}
 if {[string first "-devel" $subport] > 0} {
</pre><pre style='margin:0'>

</pre>