Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/
Date: Tue, 05 Oct 2021 16:47:45
Message-Id: 1633452432.7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1.sam@gentoo
1 commit: 7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 16:44:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 16:47:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb74eb8
7
8 dev-cpp/eigen: fix installed CMake files in 3.4.0
9
10 We were using a special path which doesn't seem
11 necessary anymore (and indeed wasn't working
12 in 3.4.0 anyway).
13
14 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816450
15 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816447
16 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816444
17 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816441
18 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816435
19 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816432
20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816429
21 Closes: https://bugs.gentoo.org/show_bug.cgi?id=816372
22 Signed-off-by: Sam James <sam <AT> gentoo.org>
23
24 dev-cpp/eigen/{eigen-3.4.0.ebuild => eigen-3.4.0-r1.ebuild} | 3 ---
25 1 file changed, 3 deletions(-)
26
27 diff --git a/dev-cpp/eigen/eigen-3.4.0.ebuild b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
28 similarity index 96%
29 rename from dev-cpp/eigen/eigen-3.4.0.ebuild
30 rename to dev-cpp/eigen/eigen-3.4.0-r1.ebuild
31 index 3cb8a580214..8bd4d5d6642 100644
32 --- a/dev-cpp/eigen/eigen-3.4.0.ebuild
33 +++ b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
34 @@ -72,9 +72,6 @@ src_prepare() {
35 }
36
37 src_configure() {
38 - local mycmakeargs=(
39 - -DCMAKEPACKAGE_INSTALL_DIR=$(get_libdir)/cmake/${PN}${SLOT}
40 - )
41 use test && mycmakeargs+=(
42 # the OpenGL testsuite is extremely brittle, bug #712808
43 -DEIGEN_TEST_NO_OPENGL=ON