dev-libs/cutlass: enable py3.14

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-07-29 21:44:31 +02:00
parent a6e044d963
commit fcc7833064

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit cuda cmake python-any-r1 flag-o-matic toolchain-funcs
@@ -130,6 +130,7 @@ src_configure() {
mycmakeargs+=(
-DCUTLASS_TEST_LEVEL="2"
)
append-cxxflags -DNDEBUG
fi
cmake_src_configure