summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-26 21:15:27 +0000
committerJustin Lecher <jlec@gentoo.org>2013-12-26 21:15:27 +0000
commite9b8ba2a5e6f82bfbc79cbc0cdc1a2c97cd07674 (patch)
treebfcbce25c2581f6f594f23a750783a4f68557c52 /sci-libs/hypre
parentsci-libs/scipy: Fix for linking with mkl, #493318 (diff)
downloadgentoo-2-e9b8ba2a5e6f82bfbc79cbc0cdc1a2c97cd07674.tar.gz
gentoo-2-e9b8ba2a5e6f82bfbc79cbc0cdc1a2c97cd07674.tar.bz2
gentoo-2-e9b8ba2a5e6f82bfbc79cbc0cdc1a2c97cd07674.zip
sci-libs/hypre: Respect CXX, #493224
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/hypre')
-rw-r--r--sci-libs/hypre/ChangeLog6
-rw-r--r--sci-libs/hypre/hypre-2.8.0b-r1.ebuild4
-rw-r--r--sci-libs/hypre/hypre-2.9.0b.ebuild4
-rw-r--r--sci-libs/hypre/metadata.xml4
4 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog
index 285066fac975..bbcd49a53db4 100644
--- a/sci-libs/hypre/ChangeLog
+++ b/sci-libs/hypre/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/hypre
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.11 2013/06/19 23:07:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.12 2013/12/26 21:15:27 jlec Exp $
+
+ 26 Dec 2013; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild,
+ hypre-2.9.0b.ebuild, metadata.xml:
+ Respect CXX, #493224
*hypre-2.9.0b (19 Jun 2013)
diff --git a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild
index 25e4435e02e4..fa1aa5597144 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-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.9 2013/02/21 21:31:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.10 2013/12/26 21:15:27 jlec Exp $
EAPI=4
@@ -38,7 +38,7 @@ src_prepare() {
sed \
-e '/HYPRE_ARCH/s: = :=:g' \
-i configure || die
- tc-export CC
+ tc-export CC CXX
}
src_configure() {
diff --git a/sci-libs/hypre/hypre-2.9.0b.ebuild b/sci-libs/hypre/hypre-2.9.0b.ebuild
index 055aa6acf681..3b189e0e7320 100644
--- a/sci-libs/hypre/hypre-2.9.0b.ebuild
+++ b/sci-libs/hypre/hypre-2.9.0b.ebuild
@@ -1,6 +1,6 @@
# 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.9.0b.ebuild,v 1.1 2013/06/19 23:07:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild,v 1.2 2013/12/26 21:15:27 jlec Exp $
EAPI=5
@@ -43,7 +43,7 @@ src_prepare() {
-e '/^BLASFILES/d' \
-e '/^LAPACKFILES/d' \
lib/Makefile || die
- tc-export CC
+ tc-export CC CXX
}
src_configure() {
diff --git a/sci-libs/hypre/metadata.xml b/sci-libs/hypre/metadata.xml
index 2cbd2140f8a5..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>