You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ompl: drop python39 variant
This commit is contained in:
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user