<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/e25f90d95b6df634e1087f854f0daedb0ed3ca71">https://github.com/macports/macports-ports/commit/e25f90d95b6df634e1087f854f0daedb0ed3ca71</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e25f90d95b6df634e1087f854f0daedb0ed3ca71
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Nov 7 10:24:23 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-numpy: blacklist clang < 1100 to fix build on 10.14 and earlier
</span>---
python/py-numpy/Portfile | 6 ++++++
1 file changed, 6 insertions(+)
<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 25b5d97453a..fb69e0c78d2 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;'>@@ -3,6 +3,7 @@
</span> PortSystem 1.0
PortGroup python 1.0
PortGroup compilers 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
name py-numpy
version 1.26.4
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +27,11 @@ checksums rmd160 7f094022d62015d8ea78da78b37fd6f4f4e3076b \
</span> compiler.c_standard 1999
compiler.cxx_standard 2017
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# port builds with clang-1103.0.32.62 on 10.15 and clang-mp-17 on 10.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# port fails with clang-1001.0.46.4 on 10.14 ; other failures are due to libomp and can thus not
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# be investigated right now
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1100}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${name} ne ${subport}} {
# the python PortGroup puts compiler names in build.env and destroot.env for
# this to be done correctly, the following must be located before python.versions
</pre><pre style='margin:0'>
</pre>