Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/scotch/
Date: Fri, 29 Jun 2012 00:04:44
Message-Id: 1340927852.82dcb7cf9c27d1f6e6f9f8094667bc96f2a55721.bicatali@gentoo
1 commit: 82dcb7cf9c27d1f6e6f9f8094667bc96f2a55721
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 28 23:57:32 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 23:57:32 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=82dcb7cf
7
8 keyword amd64-linux and x86-linux
9
10 ---
11 sci-libs/scotch/ChangeLog | 3 +++
12 sci-libs/scotch/scotch-5.1.12b.ebuild | 4 ++--
13 2 files changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/scotch/ChangeLog b/sci-libs/scotch/ChangeLog
16 index 4390a7d..f553f99 100644
17 --- a/sci-libs/scotch/ChangeLog
18 +++ b/sci-libs/scotch/ChangeLog
19 @@ -3,6 +3,9 @@
20 # $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.5 2011/05/17 10:08:20 xarthisius Exp $
21
22 28 Jun 2012; Sébastien Fabbro <bicatali@g.o> scotch-5.1.12b.ebuild:
23 + keyword amd64-linux and x86-linux
24 +
25 + 28 Jun 2012; Sébastien Fabbro <bicatali@g.o> scotch-5.1.12b.ebuild:
26 add pthread for as-needed
27
28 12 Mar 2012; Sébastien Fabbro <bicatali@g.o> scotch-5.1.12b.ebuild,
29
30 diff --git a/sci-libs/scotch/scotch-5.1.12b.ebuild b/sci-libs/scotch/scotch-5.1.12b.ebuild
31 index 75f53d0..12fd538 100644
32 --- a/sci-libs/scotch/scotch-5.1.12b.ebuild
33 +++ b/sci-libs/scotch/scotch-5.1.12b.ebuild
34 @@ -17,7 +17,7 @@ SRC_URI="http://gforge.inria.fr/frs/download.php/${DID}/${MYP}.tar.gz"
35
36 LICENSE="CeCILL-2"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
40 IUSE="doc examples int64 mpi static-libs tools"
41
42 DEPEND="sys-libs/zlib
43 @@ -51,7 +51,7 @@ make_shared_lib() {
44
45 src_prepare() {
46 epatch "${FILESDIR}"/${P}-as-needed.patch
47 - sed -e "s/-O3/${CFLAGS}/" \
48 + sed -e "s/-O3/${CFLAGS} -pthread/" \
49 -e "s/gcc/$(tc-getCC)/" \
50 -e "s/ ar/ $(tc-getAR)/" \
51 -e "s/ranlib/$(tc-getRANLIB)/" \