dev-cpp/eigen: Disable Qt4 test DEPEND
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 22 Jan 2018 22:41:19 +0000 (23:41 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 22 Jan 2018 22:41:19 +0000 (23:41 +0100)
Package-Manager: Portage-2.3.20, Repoman-2.3.6

dev-cpp/eigen/eigen-3.2.8-r2.ebuild
dev-cpp/eigen/eigen-3.3.3.ebuild

index 8873a615661fd4058fa21b7ac97ebf1046c45267..1d562fa4bbed8aff763dafdc464291f7741ded73 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,7 +38,6 @@ DEPEND="
                sci-libs/scotch
                sci-libs/spqr
                sci-libs/superlu
-               dev-qt/qtcore:4
                virtual/opengl
                virtual/pkgconfig
        )
@@ -86,6 +85,7 @@ src_compile() {
 src_test() {
        local mycmakeargs=(
                -DEIGEN_BUILD_TESTS=ON
+               -DEIGEN_TEST_NOQT=ON
                -DEIGEN_TEST_ALTIVEC="$(usex altivec)"
                -DEIGEN_TEST_OPENMP="$(usex openmp)"
                -DEIGEN_TEST_SSE2="$(usex cpu_flags_x86_sse2)"
index 77378a727f22ddee5584ee551226bd63247e9ff2..f8ece584d5684b5a3a2517605896044f76129cd8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,7 +32,6 @@ DEPEND="
                sci-libs/scotch
                sci-libs/spqr
                sci-libs/superlu
-               dev-qt/qtcore:4
                virtual/opengl
                virtual/pkgconfig
                cuda? ( dev-util/nvidia-cuda-toolkit )
@@ -77,6 +76,7 @@ src_compile() {
 
 src_test() {
        local mycmakeargs=(
+               -DEIGEN_TEST_NOQT=ON
                -DEIGEN_TEST_ALTIVEC="$(usex altivec)"
                -DEIGEN_TEST_CXX11="$(usex c++11)"
                -DEIGEN_TEST_CUDA="$(usex cuda)"