summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-21 21:31:38 +0000
committerJustin Lecher <jlec@gentoo.org>2013-02-21 21:31:38 +0000
commit9b2c737199238910c029a7e6844cb0cfee6ed040 (patch)
treeb4ccc1da588148fc0d3bf9d43ba3c25a7927d717 /sci-libs/hypre
parentsci-libs/itpp: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of pl... (diff)
downloadgentoo-2-9b2c737199238910c029a7e6844cb0cfee6ed040.tar.gz
gentoo-2-9b2c737199238910c029a7e6844cb0cfee6ed040.tar.bz2
gentoo-2-9b2c737199238910c029a7e6844cb0cfee6ed040.zip
sci-libs/hypre: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/hypre')
-rw-r--r--sci-libs/hypre/ChangeLog8
-rw-r--r--sci-libs/hypre/hypre-2.8.0b-r1.ebuild12
-rw-r--r--sci-libs/hypre/metadata.xml4
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog
index 7ef4430c21a5..88f678367755 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.9 2012/10/18 21:06:49 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.10 2013/02/21 21:31:38 jlec Exp $
+
+ 21 Feb 2013; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild,
+ metadata.xml:
+ Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config
18 Oct 2012; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild:
Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
diff --git a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild
index e6a5278abd2c..25e4435e02e4 100644
--- a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild
+++ b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.8 2012/10/18 21:06:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.9 2013/02/21 21:31:38 jlec Exp $
EAPI=4
@@ -51,16 +51,16 @@ src_configure() {
)
if use blas; then
myeconfargs+=(
- --with-blas-libs="$(pkg-config --libs-only-l blas | sed -e 's/-l//g')"
- --with-blas-lib-dirs="$(pkg-config --libs-only-L blas | sed -e 's/-L//g')"
+ --with-blas-libs="$($(tc-getPKG_CONFIG) --libs-only-l blas | sed -e 's/-l//g')"
+ --with-blas-lib-dirs="$($(tc-getPKG_CONFIG) --libs-only-L blas | sed -e 's/-L//g')"
)
else
myeconfargs+=( --without-blas )
fi
if use lapack; then
myeconfargs+=(
- --with-lapack-libs="$(pkg-config --libs-only-l lapack | sed -e 's/-l//g')"
- --with-lapack-lib-dirs="$(pkg-config --libs-only-L lapack | sed -e 's/-L//g')"
+ --with-lapack-libs="$($(tc-getPKG_CONFIG) --libs-only-l lapack | sed -e 's/-l//g')"
+ --with-lapack-lib-dirs="$($(tc-getPKG_CONFIG) --libs-only-L lapack | sed -e 's/-L//g')"
)
else
myeconfargs+=( --without-lapack )
diff --git a/sci-libs/hypre/metadata.xml b/sci-libs/hypre/metadata.xml
index 4e4824b212ec..a44d7feb10d7 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>