<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/6f0d1baf9090353af739c9ca240e8e46deb024e6">https://github.com/macports/macports-ports/commit/6f0d1baf9090353af739c9ca240e8e46deb024e6</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 6f0d1baf909 py-numexpr: fix build on legacy systems
</span>6f0d1baf909 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6f0d1baf9090353af739c9ca240e8e46deb024e6
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Fri Nov 8 14:22:49 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> py-numexpr: fix build on legacy systems
</span>---
python/py-numexpr/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numexpr/Portfile b/python/py-numexpr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7f83fe2daf..3eb0ded8f73 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numexpr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numexpr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,9 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-oldest-supported-numpy
depends_lib-append port:py${python.version}-numpy
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # error: no matching function for call to ‘std::complex<double>::real(double&)’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} ANNOUNCE.rst LICENSE.txt README.rst \
</pre><pre style='margin:0'>
</pre>