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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/95a68617b8d38bc1357c9ed38b9bc51feafaa64f">https://github.com/macports/macports-ports/commit/95a68617b8d38bc1357c9ed38b9bc51feafaa64f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 95a68617b8d38bc1357c9ed38b9bc51feafaa64f
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Wed Nov 6 11:56:54 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-numpy: needs GCC 8.4 or above
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/68650
</span>---
 python/py-numpy/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2ec30776198..25b5d97453a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,8 +82,8 @@ if {${name} ne ${subport}} {
</span>     # do not allow fallback to (slow) NumPy-internal routines if no external BLAS/LAPACK libraries are found
     build.args-append -Csetup-args=-Dallow-noblas=false
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compilers.setup     -clang -gcc44 -gcc45 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        -gcc46 -gcc47 -gcc48 -g95
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compilers.setup     -clang -gcc44 -gcc45 -gcc46 -gcc47 -gcc48 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -gcc5 -gcc6 -gcc7 --g95
</span> 
     # https://trac.macports.org/ticket/67136
     depends_run-append  port:py${python.version}-oldest-supported-numpy
</pre><pre style='margin:0'>

</pre>