<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1c7be12b4a657882f79bbc4074cb22b46da025cd">https://github.com/macports/macports-ports/commit/1c7be12b4a657882f79bbc4074cb22b46da025cd</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 1c7be12b4a6 libomp: build using python 3.13
</span>1c7be12b4a6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1c7be12b4a657882f79bbc4074cb22b46da025cd
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Sun Jan 26 18:04:05 2025 +0800
<span style='display:block; white-space:pre;color:#404040;'> libomp: build using python 3.13
</span>---
lang/libomp/Portfile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 241837cc464..bd03281c9cd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,9 +62,11 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
</span> # Last python version to not require C11 (and thus a clang
# dependency on some OS versions). Used by libpsl (which is a
# dependency of cmake) for the same reason.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build-append port:python310
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_skip_archcheck-append python310
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append -DPython3_EXECUTABLE=${prefix}/bin/python3.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set python_branch 3.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set python_ver [string map {. ""} ${python_branch}]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append port:python${python_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_skip_archcheck-append python${python_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append -DPython3_EXECUTABLE=${prefix}/bin/python${python_branch}
</span>
# Build requires std::atomic
configure.cxxflags-append -std=c++11
</pre><pre style='margin:0'>
</pre>