mathgl: drop python39 variant

This commit is contained in:
Renee Otten
2025-11-04 13:48:24 -05:00
parent 36a1668a5e
commit 0b7325daa2
+7 -8
View File
@@ -68,7 +68,7 @@ configure.cflags-append \
# variant arma description {Enable armadillo support} {
# compiler.cxx_standard 2011
# compiler.thread_local_storage yes
#
#
# depends_lib-append port:armadillo
# configure.args-replace -Denable-arma=OFF -Denable-arma=ON
# }
@@ -86,17 +86,16 @@ variant mpich description {Use hdf5 with mpich} {
require_active_variants hdf5 mpich
}
variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9} {}
variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10} {}
variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11} {}
variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {}
variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {}
variant python310 conflicts python311 python312 python313 description {Use Python 3.10} {}
variant python311 conflicts python310 python312 python313 description {Use Python 3.11} {}
variant python312 conflicts python310 python311 python313 description {Use Python 3.12} {}
variant python313 conflicts python310 python311 python312 description {Use Python 3.13} {}
if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
default_variants +python313
}
foreach pv {313 312 311 310 39} {
foreach pv {313 312 311 310} {
if {[variant_isset python${pv}]} {
set python_branch "[string index ${pv} 0].[string range ${pv} 1 end]"
depends_build-append port:swig-python