Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/
Date: Sun, 29 Jan 2017 09:27:05
Message-Id: 1485681955.0ff25e14760c1f1cefe22f18bd0fdc5c827675d0.johu@gentoo
1 commit: 0ff25e14760c1f1cefe22f18bd0fdc5c827675d0
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 09:21:58 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 09:25:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff25e14
7
8 sci-libs/clapack: Restrict tests
9
10 Gentoo-bug: 433806
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sci-libs/clapack/clapack-3.2.1-r6.ebuild | 5 ++++-
15 sci-libs/clapack/clapack-3.2.1-r7.ebuild | 5 ++++-
16 sci-libs/clapack/clapack-3.2.1-r8.ebuild | 3 +++
17 3 files changed, 11 insertions(+), 2 deletions(-)
18
19 diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild b/sci-libs/clapack/clapack-3.2.1-r6.ebuild
20 index b888bdd..57fb494 100644
21 --- a/sci-libs/clapack/clapack-3.2.1-r6.ebuild
22 +++ b/sci-libs/clapack/clapack-3.2.1-r6.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -29,6 +29,9 @@ PATCHES=(
30 "${FILESDIR}/${P}-findblas-r6.patch"
31 )
32
33 +# bug 433806
34 +RESTRICT="test"
35 +
36 src_configure() {
37 filter-flags -ftree-vectorize
38 # causes an internal compiler error with gcc-4.6.2
39
40 diff --git a/sci-libs/clapack/clapack-3.2.1-r7.ebuild b/sci-libs/clapack/clapack-3.2.1-r7.ebuild
41 index e24e9fb..4004c07 100644
42 --- a/sci-libs/clapack/clapack-3.2.1-r7.ebuild
43 +++ b/sci-libs/clapack/clapack-3.2.1-r7.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Id$
49
50 @@ -29,6 +29,9 @@ PATCHES=(
51 "${FILESDIR}/${P}-findblas-r7.patch"
52 )
53
54 +# bug 433806
55 +RESTRICT="test"
56 +
57 src_configure() {
58 filter-flags -ftree-vectorize
59 # causes an internal compiler error with gcc-4.6.2
60
61 diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
62 index 8bbeb96..1f7f055 100644
63 --- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild
64 +++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild
65 @@ -29,6 +29,9 @@ PATCHES=(
66 "${FILESDIR}/${P}-findblas-r7.patch"
67 )
68
69 +# bug 433806
70 +RESTRICT="test"
71 +
72 src_prepare() {
73 rm INCLUDE/f2c.h F2CLIBS/libf2c/f2c.h || die
74 cmake-utils_src_prepare