dev-cpp/eigen: drop USE=benchmark

These are isolated projects now.

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:44:45 +02:00
committed by Sam James
parent 51525dbb22
commit fcd033d73f
2 changed files with 1 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ IUSE_TEST_BACKENDS=(
"umfpack"
)
IUSE="benchmark ${CPU_FEATURES_MAP[*]%:*} cuda cuda-clang hip debug doc lapack mathjax openmp test ${IUSE_TEST_BACKENDS[*]}" #zvector
IUSE="${CPU_FEATURES_MAP[*]%:*} cuda cuda-clang hip debug doc lapack mathjax openmp test ${IUSE_TEST_BACKENDS[*]}" #zvector
REQUIRED_USE="
|| ( ${IUSE_TEST_BACKENDS[*]} )
@@ -250,7 +250,6 @@ src_configure() {
-DBUILD_SHARED_LIBS="yes"
-DBUILD_TESTING="$(usex test)"
-DEIGEN_BUILD_BTL="$(usex benchmark)" # Build benchmark suite
-DEIGEN_BUILD_DOC="$(usex doc)" # Enable creation of Eigen documentation
-DEIGEN_BUILD_PKGCONFIG="yes" # Build pkg-config .pc file for Eigen
)

View File

@@ -17,7 +17,6 @@
providing optimal speed with GCC.
</longdescription>
<use>
<flag name="benchmark">Build benchmark suite</flag>
<flag name="clang">Use clang for cuda units compilation</flag>
<flag name="clang-cuda">Use clang for cuda units compilation</flag>
<flag name="hip">Enable HIP GPU computing support</flag>