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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e950696b72464d8d3376ed94b9d3931589c6cf08">https://github.com/macports/macports-ports/commit/e950696b72464d8d3376ed94b9d3931589c6cf08</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e950696b72464d8d3376ed94b9d3931589c6cf08
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun May 17 18:04:26 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: remove no-longer-required fallbacks
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    these fallbacks are not needed any longer as
</span><span style='display:block; white-space:pre;color:#404040;'>    compiler selection has changed since they were
</span><span style='display:block; white-space:pre;color:#404040;'>    originally put in the Portfile
</span>---
 math/OpenBLAS/Portfile | 1 -
 1 file changed, 1 deletion(-)

<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 e8e5380..2db5dcf 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,7 +22,6 @@ platforms           darwin
</span> compiler.blacklist-append cc {*gcc-3*} {*gcc-4.[0-7]} {clang < 800.0.38}
 platform darwin i386 {
     compiler.blacklist-append {macports-clang-[3-4].*}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.fallback-append macports-clang-9.0 macports-clang-8.0 macports-clang-7.0
</span> }
 
 #OS 10.7-10.11 supports down to iMac 7,1, with Intel Core 2 Duo architecture
</pre><pre style='margin:0'>

</pre>