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 1QYzYD-0007ro-Mu for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:55:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D70071C1FF; Tue, 21 Jun 2011 11:54:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95B8D1C1ED for ; Tue, 21 Jun 2011 11:54:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E26702AC01F for ; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4BF3D80042 for ; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <7717716180b0160ebdb0809753b9bbf364746653.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/ChangeLog sci-mathematics/petsc/metadata.xml sci-mathematics/petsc/petsc-3.1_p4.ebuild sci-mathematics/petsc/petsc-3.1_p5-r2.ebuild sci-mathematics/petsc/petsc-3.1_p7.ebuild sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild sci-mathematics/petsc/petsc-3.1_p8.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7717716180b0160ebdb0809753b9bbf364746653 Date: Tue, 21 Jun 2011 11:54:17 +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: X-Archives-Hash: c7d70aa8b795c7b1a32a80a6c6988747 commit: 7717716180b0160ebdb0809753b9bbf364746653 Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:12:04 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:12:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D77177161 Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-mathematics/petsc/ChangeLog | 5 +++++ sci-mathematics/petsc/metadata.xml | 1 + sci-mathematics/petsc/petsc-3.1_p4.ebuild | 4 ++-- sci-mathematics/petsc/petsc-3.1_p5-r2.ebuild | 4 ++-- sci-mathematics/petsc/petsc-3.1_p7.ebuild | 2 +- sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild | 12 ++++++------ sci-mathematics/petsc/petsc-3.1_p8.ebuild | 2 +- 7 files changed, 18 insertions(+), 12 deletions(-) diff --git a/sci-mathematics/petsc/ChangeLog b/sci-mathematics/petsc/Chan= geLog index 52f6b1a..0604c7f 100644 --- a/sci-mathematics/petsc/ChangeLog +++ b/sci-mathematics/petsc/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher petsc-3.1_p4.ebuild, + petsc-3.1_p5-r2.ebuild, petsc-3.1_p7.ebuild, petsc-3.1_p8.ebuild, + petsc-3.1_p8-r1.ebuild, metadata.xml: + Added fortran-2.eclass support + *petsc-3.1_p8-r1 (19 Apr 2011) =20 19 Apr 2011; Thomas Kahle +petsc-3.1_p8-r1.ebuild: diff --git a/sci-mathematics/petsc/metadata.xml b/sci-mathematics/petsc/m= etadata.xml index 15bb0c3..079f8ff 100644 --- a/sci-mathematics/petsc/metadata.xml +++ b/sci-mathematics/petsc/metadata.xml @@ -5,5 +5,6 @@ Use HYPRE (sci-mathematics/hypre) for preconditio= ning Use METIS (sci-libs/parmetis) for partitioning + Make scalars complex diff --git a/sci-mathematics/petsc/petsc-3.1_p4.ebuild b/sci-mathematics/= petsc/petsc-3.1_p4.ebuild index 38d9223..63609f0 100644 --- a/sci-mathematics/petsc/petsc-3.1_p4.ebuild +++ b/sci-mathematics/petsc/petsc-3.1_p4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D3 =20 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic fortran-2 toolchain-funcs =20 MY_P=3D"${PN}-${PV/_/-}" =20 diff --git a/sci-mathematics/petsc/petsc-3.1_p5-r2.ebuild b/sci-mathemati= cs/petsc/petsc-3.1_p5-r2.ebuild index 1284a8f..56dae98 100644 --- a/sci-mathematics/petsc/petsc-3.1_p5-r2.ebuild +++ b/sci-mathematics/petsc/petsc-3.1_p5-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D3 =20 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic fortran-2 toolchain-funcs =20 MY_P=3D"${PN}-${PV/_/-}" =20 diff --git a/sci-mathematics/petsc/petsc-3.1_p7.ebuild b/sci-mathematics/= petsc/petsc-3.1_p7.ebuild index b76ae93..56dae98 100644 --- a/sci-mathematics/petsc/petsc-3.1_p7.ebuild +++ b/sci-mathematics/petsc/petsc-3.1_p7.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D3 =20 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic fortran-2 toolchain-funcs =20 MY_P=3D"${PN}-${PV/_/-}" =20 diff --git a/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild b/sci-mathemati= cs/petsc/petsc-3.1_p8-r1.ebuild index 5f2eaa7..7fdce98 100644 --- a/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild +++ b/sci-mathematics/petsc/petsc-3.1_p8-r1.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D3 =20 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic fortran-2 toolchain-funcs =20 MY_P=3D"${PN}-${PV/_/-}" =20 @@ -169,11 +169,11 @@ src_install(){ dosed "s:${PETSC_ARCH}/lib:$(get_libdir):g" /usr/include/"${PN}/${PETSC= _ARCH}"/include/petscconf.h dosed "s:INSTALL_DIR =3D.*:INSTALL_DIR =3D /usr:" /usr/include/"${PN}/$= {PETSC_ARCH}"/conf/petscvariables =20 - cat > ${T}/99petsc <> "${T}"/99petsc <<- EOF + PETSC_ARCH=3D${PETSC_ARCH} + PETSC_DIR=3D/usr/include/${PN} + EOF + doenvd "${T}"/99petsc =20 if ! use mpi ; then insinto /usr/include/"${PN}"/mpiuni diff --git a/sci-mathematics/petsc/petsc-3.1_p8.ebuild b/sci-mathematics/= petsc/petsc-3.1_p8.ebuild index a7566db..e1bbbcb 100644 --- a/sci-mathematics/petsc/petsc-3.1_p8.ebuild +++ b/sci-mathematics/petsc/petsc-3.1_p8.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D3 =20 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic fortran-2 toolchain-funcs =20 MY_P=3D"${PN}-${PV/_/-}" =20