Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-acor: add py312, py313 subports #26751

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion python/py-acor/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ checksums rmd160 d6e0c55e4db74b45e2ed632a0a553851ef6fe017 \
sha256 4c647d30326004cfcfbcf630e97586ce574954e36bebf75b657d33d5d79e94e3 \
size 6122

python.versions 311
python.versions 311 312 313

if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-numpy

# pyatomic.h: error: #error "no available pyatomic implementation for this platform/compiler"
if {${python.version} > 312} {
compiler.c_standard 2011
}
}