ompl: drop python39 variant

This commit is contained in:
Renee Otten
2025-10-24 16:08:07 -04:00
parent 894e568af9
commit 8d32573bbb
+2 -2
View File
@@ -37,7 +37,7 @@ configure.args-append -DOMPL_BUILD_DEMOS=OFF \
# somewhat dependent on compiler and/or boost version, so we can't
# pre-generate them and make them available as an extra download.
post-configure {
if {[variant_isset python39] || [variant_isset python310] || [variant_isset python311] || [variant_isset python312] || [variant_isset python313]} {
if {[variant_isset python310] || [variant_isset python311] || [variant_isset python312] || [variant_isset python313]} {
# enable parallel build on at most 2 cores. Generating the bindings
# uses large amounts of memory, so don't use more cores.
if { ${use_parallel_build} } { set cj "-j 2" } else { set cj "" }
@@ -87,7 +87,7 @@ variant spot description {Include support for automaton generation from LTL spec
depends_lib-append port:spot
}
set pythons_versions {3.9 3.10 3.11 3.12 3.13}
set pythons_versions {3.10 3.11 3.12 3.13}
set pythons_ports {}
foreach v ${pythons_versions} {