mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
@@ -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[*]} )
|
||||
|
||||
@@ -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[*]} )
|
||||
|
||||
Reference in New Issue
Block a user