commit: 7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 5 16:44:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 5 16:47:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb74eb8
dev-cpp/eigen: fix installed CMake files in 3.4.0 We were using a special path which doesn't seem necessary anymore (and indeed wasn't working in 3.4.0 anyway). Closes: https://bugs.gentoo.org/show_bug.cgi?id=816450 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816447 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816444 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816441 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816435 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816432 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816429 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816372 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/eigen/{eigen-3.4.0.ebuild => eigen-3.4.0-r1.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-cpp/eigen/eigen-3.4.0.ebuild b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild similarity index 96% rename from dev-cpp/eigen/eigen-3.4.0.ebuild rename to dev-cpp/eigen/eigen-3.4.0-r1.ebuild index 3cb8a580214..8bd4d5d6642 100644 --- a/dev-cpp/eigen/eigen-3.4.0.ebuild +++ b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild @@ -72,9 +72,6 @@ src_prepare() { } src_configure() { - local mycmakeargs=( - -DCMAKEPACKAGE_INSTALL_DIR=$(get_libdir)/cmake/${PN}${SLOT} - ) use test && mycmakeargs+=( # the OpenGL testsuite is extremely brittle, bug #712808 -DEIGEN_TEST_NO_OPENGL=ON
