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 1S4DE1-0000Lk-1I for garchives@archives.gentoo.org; Sun, 04 Mar 2012 15:19:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA66E0539; Sun, 4 Mar 2012 15:19:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1F41E0539 for ; Sun, 4 Mar 2012 15:19:45 +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 1DB521B400B for ; Sun, 4 Mar 2012 15:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D25EFE5401 for ; Sun, 4 Mar 2012 15:19:43 +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: <1330874332.c3a9f292a4891ba7ccdfae201e4c6d91f504ed27.jmg@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/metadata.xml 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: c3a9f292a4891ba7ccdfae201e4c6d91f504ed27 X-VCS-Branch: master Date: Sun, 4 Mar 2012 15:19:43 +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: 3f388b98-6261-4b31-a3ea-362997964c73 X-Archives-Hash: 09e3ce34c63e5c9f8dbc356368b60475 commit: c3a9f292a4891ba7ccdfae201e4c6d91f504ed27 Author: Jens-Malte Gottfried web de> AuthorDate: Sun Mar 4 15:18:52 2012 +0000 Commit: Jens-Malte Gottfried godefridus de> CommitDate: Sun Mar 4 15:18:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc3a9f292 got sparse flag working --- sci-mathematics/petsc/metadata.xml | 2 +- sci-mathematics/petsc/petsc-3.2_p6.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/petsc/metadata.xml b/sci-mathematics/petsc/m= etadata.xml index dea22b9..9bbff56 100644 --- a/sci-mathematics/petsc/metadata.xml +++ b/sci-mathematics/petsc/metadata.xml @@ -7,9 +7,9 @@ Use HYPRE (sci-mathematics/hypre) for preconditio= ning Use METIS (sci-libs/parmetis) for partitioning Make scalars complex + Use cholmod and suitesparse for sparse factoriza= tion diff --git a/sci-mathematics/petsc/petsc-3.2_p6.ebuild b/sci-mathematics/= petsc/petsc-3.2_p6.ebuild index f91d6de..46a2344 100644 --- a/sci-mathematics/petsc/petsc-3.2_p6.ebuild +++ b/sci-mathematics/petsc/petsc-3.2_p6.ebuild @@ -16,8 +16,8 @@ LICENSE=3D"petsc" SLOT=3D"0" KEYWORDS=3D"~x86 ~amd64" IUSE=3D"afterimage complex-scalars cxx debug doc \ - fortran hdf5 hypre metis mpi threads X" -# Failed: boost imagemagick sparse=20 + fortran hdf5 hypre metis mpi sparse threads X" +# Failed: boost imagemagick =20 REQUIRED_USE=3D" hypre? ( cxx mpi ) @@ -34,10 +34,10 @@ RDEPEND=3D"mpi? ( virtual/mpi[cxx?,fortran?] ) metis? ( sci-libs/parmetis ) hdf5? ( sci-libs/hdf5 ) afterimage? ( media-libs/libafterimage ) + sparse? ( sci-libs/suitesparse sci-libs/cholmod ) " # boost? ( dev-libs/boost ) # imagemagick? ( media-gfx/imagemagick ) -# sparse? ( sci-libs/cholmod ) =20 DEPEND=3D"${RDEPEND} sys-devel/gcc[-nocxx,fortran?] @@ -130,6 +130,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 sparse cholmod) \ $(petsc_with X x) \ $(petsc_with X x11) \ --with-scotch=3D0 \ @@ -138,7 +139,6 @@ src_configure(){ # failed dependencies, perhaps fixed in upstream: # $(petsc_with boost) \ # $(petsc_with imagemagick imagemagick /usr/$(get_libdir)/libMagickCore= .so /usr/include/ImageMagick) \ -# $(petsc_with sparse cholmod) \ } =20 src_install(){