<pre style='margin:0'>
Andrey Stromnov (stromnov) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04261a82ec52083d131ab6dae8a619d09a54dcb8">https://github.com/macports/macports-ports/commit/04261a82ec52083d131ab6dae8a619d09a54dcb8</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 04261a82ec5 py-pandas: fix compiler choice to fix < 10.7
</span>04261a82ec5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 04261a82ec52083d131ab6dae8a619d09a54dcb8
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sun Feb 4 17:22:40 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> py-pandas: fix compiler choice to fix < 10.7
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/69100
</span>---
python/py-pandas/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pandas/Portfile b/python/py-pandas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3ed8dd679f8..975f3fef56d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pandas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pandas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ checksums rmd160 c803d9d4543d188d2c63976118e447e2a3c2609e \
</span>
# error: use of undeclared identifier 'signbit'; did you mean 'std::signbit'?
compiler.blacklist-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- {clang < 600}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {clang < 600} *gcc-4.*
</span>
if {${name} ne ${subport}} {
depends_build-append \
</pre><pre style='margin:0'>
</pre>