diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-01-29 18:48:24 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-01-29 18:48:24 +0000 |
commit | db180422bf121b23c4fae09588a358f57f8e8cb2 (patch) | |
tree | 00bd1a3991f8c69b1d5b47d789adb0244662a70e /sci-libs | |
parent | arm stable, bug #395735 (diff) | |
download | gentoo-2-db180422bf121b23c4fae09588a358f57f8e8cb2.tar.gz gentoo-2-db180422bf121b23c4fae09588a358f57f8e8cb2.tar.bz2 gentoo-2-db180422bf121b23c4fae09588a358f57f8e8cb2.zip |
Add missing dep on sci-libs/superlu, #401385
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hypre/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hypre/hypre-2.8.0b-r1.ebuild | 14 | ||||
-rw-r--r-- | sci-libs/hypre/metadata.xml | 4 |
3 files changed, 15 insertions, 9 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog index e9a8ab94d754..67d4248996b2 100644 --- a/sci-libs/hypre/ChangeLog +++ b/sci-libs/hypre/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hypre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.2 2012/01/22 16:20:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.3 2012/01/29 18:48:24 jlec Exp $ + + 29 Jan 2012; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild, + metadata.xml: + Add missing dep on sci-libs/superlu, #401385 *hypre-2.8.0b-r1 (22 Jan 2012) diff --git a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild index fcae71d4a152..f95ca1da3ec1 100644 --- a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild +++ b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.1 2012/01/22 16:20:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.2 2012/01/29 18:48:24 jlec Exp $ EAPI=4 -inherit fortran-2 eutils +inherit eutils fortran-2 DESCRIPTION="Parallel matrix preconditioners library" HOMEPAGE="http://acts.nersc.gov/hypre/" @@ -15,12 +15,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="blas doc examples fortran lapack mpi" -RDEPEND="mpi? ( virtual/mpi ) +RDEPEND=" + sci-libs/superlu blas? ( virtual/blas ) - lapack? ( virtual/lapack )" + lapack? ( virtual/lapack ) + mpi? ( virtual/mpi )" DEPEND="${RDEPEND} - fortran? ( virtual/fortran ) - dev-util/pkgconfig" + dev-util/pkgconfig + fortran? ( virtual/fortran )" DOCS=( "${WORKDIR}"/${P}/{CHANGELOG,COPYRIGHT,README} ) diff --git a/sci-libs/hypre/metadata.xml b/sci-libs/hypre/metadata.xml index 1a2be524a2b4..4e4824b212ec 100644 --- a/sci-libs/hypre/metadata.xml +++ b/sci-libs/hypre/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-mathematics</herd> -<longdescription lang='en'> + <herd>sci-mathematics</herd> + <longdescription lang="en"> Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. </longdescription> |