summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-26 10:13:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-26 10:13:58 +0000
commit80e88da616de3010d23c4e4cd55184b64bf5916a (patch)
treede6484cf6b753dbf46d6199d31cc02bd01f64fb6 /sys-cluster/hpl
parentUpdate clucene-0.9.21b-r1 to be eapi3 and use base eclass. Add live ebuild. (diff)
downloadgentoo-2-80e88da616de3010d23c4e4cd55184b64bf5916a.tar.gz
gentoo-2-80e88da616de3010d23c4e4cd55184b64bf5916a.tar.bz2
gentoo-2-80e88da616de3010d23c4e4cd55184b64bf5916a.zip
Workaround parallel make failure properly, bug #321539.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/hpl')
-rw-r--r--sys-cluster/hpl/ChangeLog7
-rw-r--r--sys-cluster/hpl/hpl-2.0.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog
index c6e0c4f24603..03e045907853 100644
--- a/sys-cluster/hpl/ChangeLog
+++ b/sys-cluster/hpl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/hpl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.12 2009/06/13 20:38:47 jsbronder Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.13 2010/05/26 10:13:58 flameeyes Exp $
+
+ 26 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> hpl-2.0.ebuild:
+ Workaround parallel make failure properly, bug #321539.
*hpl-2.0 (13 Jun 2009)
diff --git a/sys-cluster/hpl/hpl-2.0.ebuild b/sys-cluster/hpl/hpl-2.0.ebuild
index 9d3c2c4645a6..4f69310cfe70 100644
--- a/sys-cluster/hpl/hpl-2.0.ebuild
+++ b/sys-cluster/hpl/hpl-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v 1.1 2009/06/13 20:38:47 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v 1.2 2010/05/26 10:13:58 flameeyes Exp $
inherit eutils
@@ -34,8 +34,8 @@ src_unpack() {
}
src_compile() {
- # do NOT use emake here
- HOME=${WORKDIR} make arch=gentoo_hpl_fblas_x86 || die "Failed to build"
+ # parallel make failure — bug #321539
+ HOME=${WORKDIR} emake -j1 arch=gentoo_hpl_fblas_x86 || die "Failed to build"
}
src_install() {