Skip to content

Commit

Permalink
vigra: add py312 variant and make default
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed Feb 13, 2024
1 parent 09e108c commit 4b57b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/vigra/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if {[variant_isset valgrind]} {
configure.args-append -DWITH_VALGRIND=NO
}

set py_vers [list 2.7 3.7 3.8 3.9 3.10 3.11]
set py_vers [list 2.7 3.7 3.8 3.9 3.10 3.11 3.12]

proc py_conflict_list {py_vers py_ver} {
set py_conf_vers [lsearch -inline -all -not -exact $py_vers $py_ver]
Expand Down Expand Up @@ -139,7 +139,7 @@ foreach py_ver ${py_vers} {

if { ${active_py} eq "" } {
# default for boost
set active_py 3.11
set active_py 3.12
set active_py_nodot [string map {. {}} ${active_py}]
default_variants +python${active_py_nodot}
}
Expand Down

0 comments on commit 4b57b4a

Please sign in to comment.