<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4a212b075a4f18ca45962f99013cadc808436b46">https://github.com/macports/macports-ports/commit/4a212b075a4f18ca45962f99013cadc808436b46</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 4a212b0 OpenBLAS*: add support for GCC8.
</span>4a212b0 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4a212b075a4f18ca45962f99013cadc808436b46
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Sep 21 08:19:20 2017 -0400
<span style='display:block; white-space:pre;color:#404040;'> OpenBLAS*: add support for GCC8.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Addresses ticket: https://trac.macports.org/ticket/54880
</span>---
math/OpenBLAS/Portfile | 2 +-
1 file changed, 1 insertion(+), 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 8fda185..4c1ca14 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;'>@@ -61,7 +61,7 @@ if {![catch {sysctl hw.optional.avx1_0} has_avx] && $has_avx == 1 &&
</span>
# declare +gcc* variants
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set GCC_VERSIONS_NO_DOT {45 46 47 48 49 5 6 7}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set GCC_VERSIONS_NO_DOT {45 46 47 48 49 5 6 7 8}
</span>
foreach this_gcc_version_no_dot ${GCC_VERSIONS_NO_DOT} {
set ndx [lsearch -exact ${this_gcc_version_no_dot} ${this_gcc_version_no_dot}]
</pre><pre style='margin:0'>
</pre>