dev-cpp/eigen: group IUSE

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44994
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2026-05-04 14:54:27 +02:00
committed by Sam James
parent fcd033d73f
commit dd38becd26
2 changed files with 20 additions and 2 deletions

View File

@@ -91,7 +91,16 @@ IUSE_TEST_BACKENDS=(
"umfpack"
)
IUSE="${CPU_FEATURES_MAP[*]%:*} cuda cuda-clang hip debug doc lapack mathjax openmp test ${IUSE_TEST_BACKENDS[*]}" #zvector
IUSE="
debug
blas lapack
${CPU_FEATURES_MAP[*]%:*}
cuda cuda-clang hip
doc mathjax
openmp
test ${IUSE_TEST_BACKENDS[*]}
"
# zvector
REQUIRED_USE="
|| ( ${IUSE_TEST_BACKENDS[*]} )

View File

@@ -91,7 +91,16 @@ IUSE_TEST_BACKENDS=(
"umfpack"
)
IUSE="${CPU_FEATURES_MAP[*]%:*} cuda cuda-clang hip debug doc lapack mathjax openmp test ${IUSE_TEST_BACKENDS[*]}" #zvector
IUSE="
debug
blas lapack
${CPU_FEATURES_MAP[*]%:*}
cuda cuda-clang hip
doc mathjax
openmp
test ${IUSE_TEST_BACKENDS[*]}
"
# zvector
REQUIRED_USE="
|| ( ${IUSE_TEST_BACKENDS[*]} )