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 0672A139085 for ; Sun, 29 Jan 2017 09:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA97EE0E29; Sun, 29 Jan 2017 09:26:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9AB5E0E29 for ; Sun, 29 Jan 2017 09:26:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E24534165A for ; Sun, 29 Jan 2017 09:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE22E39A2 for ; Sun, 29 Jan 2017 09:26:03 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485681955.0ff25e14760c1f1cefe22f18bd0fdc5c827675d0.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/clapack/clapack-3.2.1-r6.ebuild sci-libs/clapack/clapack-3.2.1-r7.ebuild sci-libs/clapack/clapack-3.2.1-r8.ebuild X-VCS-Directories: sci-libs/clapack/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0ff25e14760c1f1cefe22f18bd0fdc5c827675d0 X-VCS-Branch: master Date: Sun, 29 Jan 2017 09:26:03 +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: 1708fac9-90e1-4c99-9873-7b7ddb3d894d X-Archives-Hash: 24f74034f10baeb47ae13afec1c0a979 commit: 0ff25e14760c1f1cefe22f18bd0fdc5c827675d0 Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 29 09:21:58 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 29 09:25:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff25e14 sci-libs/clapack: Restrict tests Gentoo-bug: 433806 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/clapack/clapack-3.2.1-r6.ebuild | 5 ++++- sci-libs/clapack/clapack-3.2.1-r7.ebuild | 5 ++++- sci-libs/clapack/clapack-3.2.1-r8.ebuild | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild b/sci-libs/clapack/clapack-3.2.1-r6.ebuild index b888bdd..57fb494 100644 --- a/sci-libs/clapack/clapack-3.2.1-r6.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,6 +29,9 @@ PATCHES=( "${FILESDIR}/${P}-findblas-r6.patch" ) +# bug 433806 +RESTRICT="test" + src_configure() { filter-flags -ftree-vectorize # causes an internal compiler error with gcc-4.6.2 diff --git a/sci-libs/clapack/clapack-3.2.1-r7.ebuild b/sci-libs/clapack/clapack-3.2.1-r7.ebuild index e24e9fb..4004c07 100644 --- a/sci-libs/clapack/clapack-3.2.1-r7.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,6 +29,9 @@ PATCHES=( "${FILESDIR}/${P}-findblas-r7.patch" ) +# bug 433806 +RESTRICT="test" + src_configure() { filter-flags -ftree-vectorize # causes an internal compiler error with gcc-4.6.2 diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild index 8bbeb96..1f7f055 100644 --- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild @@ -29,6 +29,9 @@ PATCHES=( "${FILESDIR}/${P}-findblas-r7.patch" ) +# bug 433806 +RESTRICT="test" + src_prepare() { rm INCLUDE/f2c.h F2CLIBS/libf2c/f2c.h || die cmake-utils_src_prepare