Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/
Date: Tue, 28 Feb 2012 20:24:39
Message-Id: 1330377768.a36159de5ad3beccc41a443debe1348cbb3fd804.jlec@gentoo
1 commit: a36159de5ad3beccc41a443debe1348cbb3fd804
2 Author: Jens-Malte Gottfried <jmgottfried <AT> web <DOT> de>
3 AuthorDate: Mon Feb 27 21:22:48 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 21:22:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a36159de
7
8 fixed hypre dependency
9
10 ---
11 sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild b/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild
15 index a01b135..ddd7a4c 100644
16 --- a/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild
17 +++ b/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild
18 @@ -21,7 +21,7 @@ RDEPEND="mpi? ( virtual/mpi[cxx?,fortran?] )
19 X? ( x11-libs/libX11 )
20 virtual/lapack
21 virtual/blas
22 - hypre? ( sci-libs/hypre[static-libs=] )
23 + hypre? ( sci-libs/hypre )
24 metis? ( sci-libs/parmetis )
25 hdf5? ( sci-libs/hdf5[!mpi?] )
26 "