Gentoo Archives: gentoo-commits

From: Jens-Malte Gottfried <jmg@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/
Date: Sat, 03 Mar 2012 21:40:03
Message-Id: 1330810693.00865a7ae9024315189cebc506f9af1a3eddacf0.jmg@gentoo
1 commit: 00865a7ae9024315189cebc506f9af1a3eddacf0
2 Author: Jens-Malte Gottfried <jmgottfried <AT> web <DOT> de>
3 AuthorDate: Sat Mar 3 21:38:13 2012 +0000
4 Commit: Jens-Malte Gottfried <jmg <AT> godefridus <DOT> de>
5 CommitDate: Sat Mar 3 21:38:13 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00865a7a
7
8 fixed disable X option and use deps
9
10 ---
11 sci-mathematics/petsc/petsc-3.2_p6.ebuild | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/sci-mathematics/petsc/petsc-3.2_p6.ebuild b/sci-mathematics/petsc/petsc-3.2_p6.ebuild
15 index a4bc52e..d3aecb0 100644
16 --- a/sci-mathematics/petsc/petsc-3.2_p6.ebuild
17 +++ b/sci-mathematics/petsc/petsc-3.2_p6.ebuild
18 @@ -21,6 +21,7 @@ IUSE="afterimage boost complex-scalars cxx debug doc \
19 REQUIRED_USE="
20 hypre? ( cxx mpi )
21 hdf5? ( mpi )
22 + afterimage? ( X )
23 "
24
25 RDEPEND="mpi? ( virtual/mpi[cxx?,fortran?] )
26 @@ -126,6 +127,7 @@ src_configure(){
27 $(petsc_with hdf5) \
28 $(petsc_with hypre hypre /usr/$(get_libdir)/libHYPRE.so /usr/include/hypre) \
29 $(petsc_with metis parmetis) \
30 + $(petsc_with X x) \
31 $(petsc_with X x11) \
32 --with-scotch=0 \
33 ${EXTRA_ECONF} || die "configuration failed"