<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/aa17fa185fc80e0d06ba01b941e35de2a141b01c">https://github.com/macports/macports-ports/commit/aa17fa185fc80e0d06ba01b941e35de2a141b01c</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 aa17fa185fc py-scipy: remove clang37 from the compiler setup list as incompatible with newer OSes
</span>aa17fa185fc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit aa17fa185fc80e0d06ba01b941e35de2a141b01c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 18 22:55:21 2021 +0000
<span style='display:block; white-space:pre;color:#404040;'> py-scipy: remove clang37 from the compiler setup list as incompatible with newer OSes
</span>---
python/py-scipy/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 671312507b6..72658f0cd0c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ python.add_archflags no
</span> universal_variant no
compilers.setup require_fortran -clang -gcc44 -gcc45 -gcc46 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -gcc47 -gcc48 -g95 clang37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -gcc47 -gcc48 -g95
</span>
github.livecheck.regex {([0-9.-]+)}
</pre><pre style='margin:0'>
</pre>