Skip to content

Commit

Permalink
py-acor: add py312, py313 subports
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and lpsinger committed Nov 26, 2024
1 parent 089f535 commit 68eb862
Showing 1 changed file with 6 additions and 1 deletion.
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
}
}

0 comments on commit 68eb862

Please sign in to comment.