<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/1298f2097c56774c361defc30ac81cb3986c79c9">https://github.com/macports/macports-ports/commit/1298f2097c56774c361defc30ac81cb3986c79c9</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 1298f20  OpenBLAS: Add xcode version check to Darwin19 workaround
</span>1298f20 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1298f2097c56774c361defc30ac81cb3986c79c9
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Oct 11 08:53:21 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Add xcode version check to Darwin19 workaround
</span>---
 math/OpenBLAS/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 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 136c67c..09f04f9 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;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           muniversal 1.0
 PortGroup           compilers 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           xcodeversion 1.0
</span> PortGroup           compiler_blacklist_versions 1.0
 
 name                OpenBLAS
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -108,7 +109,8 @@ use_configure       no
</span> # Workaround for test failure :-
 # > ./sblat2 < ./sblat2.dat
 # Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} >= 19 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Current information is that this should be fixed in Xcode 11.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ([vercmp ${os.major} 19] >= 0) && ([vercmp $xcodeversion 11.2] < 0) } {
</span>     configure.cc-append -fno-stack-check
 }
 
</pre><pre style='margin:0'>

</pre>