From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A72CE1382C5 for ; Mon, 22 Jan 2018 22:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37FDE0869; Mon, 22 Jan 2018 22:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9223AE0869 for ; Mon, 22 Jan 2018 22:41:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A043335C31 for ; Mon, 22 Jan 2018 22:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ACEF1C0 for ; Mon, 22 Jan 2018 22:41:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1516660879.7c8796eac98ee33165e6277d9f2287a5111a7891.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/eigen/eigen-3.2.8-r2.ebuild dev-cpp/eigen/eigen-3.3.3.ebuild X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c8796eac98ee33165e6277d9f2287a5111a7891 X-VCS-Branch: master Date: Mon, 22 Jan 2018 22:41:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d781e8f2-2d3e-45bc-9bac-86ac1bfe59fb X-Archives-Hash: ed1c04b844bfd06c8307e59ab525674f commit: 7c8796eac98ee33165e6277d9f2287a5111a7891 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 22 22:41:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 22 22:41:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8796ea dev-cpp/eigen: Disable Qt4 test DEPEND Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-cpp/eigen/eigen-3.2.8-r2.ebuild | 4 ++-- dev-cpp/eigen/eigen-3.3.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/eigen/eigen-3.2.8-r2.ebuild b/dev-cpp/eigen/eigen-3.2.8-r2.ebuild index 8873a615661..1d562fa4bbe 100644 --- a/dev-cpp/eigen/eigen-3.2.8-r2.ebuild +++ b/dev-cpp/eigen/eigen-3.2.8-r2.ebuild @@ -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)" diff --git a/dev-cpp/eigen/eigen-3.3.3.ebuild b/dev-cpp/eigen/eigen-3.3.3.ebuild index 77378a727f2..f8ece584d56 100644 --- a/dev-cpp/eigen/eigen-3.3.3.ebuild +++ b/dev-cpp/eigen/eigen-3.3.3.ebuild @@ -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)"