<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/ca096d067b2bb753a9df8bf8db80ca965c311e33">https://github.com/macports/macports-ports/commit/ca096d067b2bb753a9df8bf8db80ca965c311e33</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 ca096d0  OpenBLAS: Check for 'clang' compiler in Darwin19 workaround
</span>ca096d0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ca096d067b2bb753a9df8bf8db80ca965c311e33
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Oct 11 09:02:41 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: Check for 'clang' compiler in 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 09f04f9..8442faa 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;'>@@ -111,7 +111,9 @@ use_configure       no
</span> # Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
 # Current information is that this should be fixed in Xcode 11.2
 if { ([vercmp ${os.major} 19] >= 0) && ([vercmp $xcodeversion 11.2] < 0) } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.cc-append -fno-stack-check
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[string match clang ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.cc-append -fno-stack-check
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 pre-build {
</pre><pre style='margin:0'>

</pre>