From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S3wgN-0005WU-9t for garchives@archives.gentoo.org; Sat, 03 Mar 2012 21:40:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54ACFE0663; Sat, 3 Mar 2012 21:39:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29EB3E0663 for ; Sat, 3 Mar 2012 21:39:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AEFD1B4014 for ; Sat, 3 Mar 2012 21:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 62780E542A for ; Sat, 3 Mar 2012 21:39:51 +0000 (UTC) From: "Jens-Malte Gottfried" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jens-Malte Gottfried" Message-ID: <1330810693.00865a7ae9024315189cebc506f9af1a3eddacf0.jmg@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/petsc-3.2_p6.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: jmg X-VCS-Committer-Name: Jens-Malte Gottfried X-VCS-Revision: 00865a7ae9024315189cebc506f9af1a3eddacf0 X-VCS-Branch: master Date: Sat, 3 Mar 2012 21:39:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 462e0d22-b927-450d-a9b9-f9ae9708ca2a X-Archives-Hash: 1e677241db79124b5b481f17debf2e54 commit: 00865a7ae9024315189cebc506f9af1a3eddacf0 Author: Jens-Malte Gottfried web de> AuthorDate: Sat Mar 3 21:38:13 2012 +0000 Commit: Jens-Malte Gottfried godefridus de> CommitDate: Sat Mar 3 21:38:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D00865a7a fixed disable X option and use deps --- sci-mathematics/petsc/petsc-3.2_p6.ebuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.2_p6.ebuild b/sci-mathematics/= petsc/petsc-3.2_p6.ebuild index a4bc52e..d3aecb0 100644 --- a/sci-mathematics/petsc/petsc-3.2_p6.ebuild +++ b/sci-mathematics/petsc/petsc-3.2_p6.ebuild @@ -21,6 +21,7 @@ IUSE=3D"afterimage boost complex-scalars cxx debug doc = \ REQUIRED_USE=3D" hypre? ( cxx mpi ) hdf5? ( mpi ) + afterimage? ( X ) " =20 RDEPEND=3D"mpi? ( virtual/mpi[cxx?,fortran?] ) @@ -126,6 +127,7 @@ src_configure(){ $(petsc_with hdf5) \ $(petsc_with hypre hypre /usr/$(get_libdir)/libHYPRE.so /usr/include/h= ypre) \ $(petsc_with metis parmetis) \ + $(petsc_with X x) \ $(petsc_with X x11) \ --with-scotch=3D0 \ ${EXTRA_ECONF} || die "configuration failed"