diff options
author | Sam James <sam@gentoo.org> | 2021-10-05 17:44:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-05 17:47:12 +0100 |
commit | 7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1 (patch) | |
tree | 5954cb1da7b8cf4437e9ad963c0f2886704ada86 /dev-cpp/eigen | |
parent | app-admin/ansible-lint: add 5.2.0 (diff) | |
download | gentoo-7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1.tar.gz gentoo-7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1.tar.bz2 gentoo-7cb74eb8f4d9c515eabcbac471dd9f6df53d68a1.zip |
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@gentoo.org>
Diffstat (limited to 'dev-cpp/eigen')
-rw-r--r-- | dev-cpp/eigen/eigen-3.4.0-r1.ebuild (renamed from dev-cpp/eigen/eigen-3.4.0.ebuild) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-cpp/eigen/eigen-3.4.0.ebuild b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild index 3cb8a5802144..8bd4d5d66425 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 |