* [gentoo-commits] gentoo-x86 commit in sys-cluster/hpl: ChangeLog hpl-2.0.ebuild
@ 2009-06-13 20:38 Justin Bronder (jsbronder)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Bronder (jsbronder) @ 2009-06-13 20:38 UTC (permalink / raw
To: gentoo-commits
jsbronder 09/06/13 20:38:47
Modified: ChangeLog
Added: hpl-2.0.ebuild
Log:
Bump sys-cluster/hpl-2.0, #262204
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.12 sys-cluster/hpl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/hpl/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/hpl/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/hpl/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 26 Apr 2007 06:04:44 -0000 1.11
+++ ChangeLog 13 Jun 2009 20:38:47 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/hpl
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.11 2007/04/26 06:04:44 dberkholz Exp $
+# 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 $
+
+*hpl-2.0 (13 Jun 2009)
+
+ 13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> +hpl-2.0.ebuild:
+ Version bump, #262204
26 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
Update for cluster herd split to hp-cluster and ha-cluster.
1.1 sys-cluster/hpl/hpl-2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?rev=1.1&content-type=text/plain
Index: hpl-2.0.ebuild
===================================================================
# Copyright 1999-2009 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 $
inherit eutils
DESCRIPTION="A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers"
HOMEPAGE="http://www.netlib.org/benchmark/hpl/"
SRC_URI="http://www.netlib.org/benchmark/hpl/hpl.tgz"
LICENSE="HPL"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
S="${WORKDIR}/${PN}"
DEPEND="virtual/mpi
virtual/blas
virtual/lapack"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
cp setup/Make.Linux_PII_FBLAS Make.gentoo_hpl_fblas_x86
sed -i \
-e '/^HPL_OPTS\>/s,=,= -DHPL_DETAILED_TIMING -DHPL_COPY_L,' \
-e '/^ARCH\>/s,= .*,= gentoo_hpl_fblas_x86,' \
-e '/^MPdir\>/s,= .*,=,' \
-e '/^MPlib\>/s,= .*,=,' \
-e "/^LAlib\>/s,= .*,= /usr/$(get_libdir)/libblas.so /usr/$(get_libdir)/liblapack.so," \
-e '/^LINKER\>/s,= .*,= mpicc,' \
-e '/^CC\>/s,= .*,= mpicc,' \
Make.gentoo_hpl_fblas_x86
}
src_compile() {
# do NOT use emake here
HOME=${WORKDIR} make arch=gentoo_hpl_fblas_x86 || die "Failed to build"
}
src_install() {
doman man/man3/*.3
dodoc INSTALL BUGS COPYRIGHT HISTORY README TUNING
dobin bin/gentoo_hpl_fblas_x86/xhpl || die "Failed to install bins"
insinto /usr/share/hpl
doins bin/gentoo_hpl_fblas_x86/HPL.dat || die "Failed to install HPL parameters"
dohtml -r www/*
dolib lib/gentoo_hpl_fblas_x86/libhpl.a || die "Failed to install lib"
}
pkg_postinst() {
einfo "Remember to copy /usr/share/hpl/HPL.dat to your working directory first!"
einfo "For mpich, run linpack by executing this in your working directory"
einfo "\"mpirun -np 4 /usr/bin/xhpl\""
einfo "where -np specifies the number of processes."
einfo "Other methods are needed lam-mpi etc."
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/hpl: ChangeLog hpl-2.0.ebuild
@ 2010-05-26 10:13 Diego Petteno (flameeyes)
0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-26 10:13 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/05/26 10:13:58
Modified: ChangeLog hpl-2.0.ebuild
Log:
Workaround parallel make failure properly, bug #321539.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.13 sys-cluster/hpl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 13 Jun 2009 20:38:47 -0000 1.12
+++ ChangeLog 26 May 2010 10:13:58 -0000 1.13
@@ -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)
1.2 sys-cluster/hpl/hpl-2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?r1=1.1&r2=1.2
Index: hpl-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hpl-2.0.ebuild 13 Jun 2009 20:38:47 -0000 1.1
+++ hpl-2.0.ebuild 26 May 2010 10:13:58 -0000 1.2
@@ -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_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() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/hpl: ChangeLog hpl-2.0.ebuild
@ 2010-09-13 15:21 Justin Bronder (jsbronder)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Bronder (jsbronder) @ 2010-09-13 15:21 UTC (permalink / raw
To: gentoo-commits
jsbronder 10/09/13 15:21:23
Modified: ChangeLog hpl-2.0.ebuild
Log:
Respect LDFLAGS #336969.
(Portage version: 2.2_rc69/cvs/Linux x86_64)
Revision Changes Path
1.16 sys-cluster/hpl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 17 Jun 2010 02:28:03 -0000 1.15
+++ ChangeLog 13 Sep 2010 15:21:23 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/hpl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.15 2010/06/17 02:28:03 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.16 2010/09/13 15:21:23 jsbronder Exp $
+
+ 13 Sep 2010; Justin Bronder <jsbronder@gentoo.org> hpl-2.0.ebuild:
+ Respect LDFLAGS #336969.
17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> -hpl-1.0-r2.ebuild,
hpl-2.0.ebuild:
1.4 sys-cluster/hpl/hpl-2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild?r1=1.3&r2=1.4
Index: hpl-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hpl-2.0.ebuild 17 Jun 2010 02:28:03 -0000 1.3
+++ hpl-2.0.ebuild 13 Sep 2010 15:21:23 -0000 1.4
@@ -1,6 +1,6 @@
# 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.3 2010/06/17 02:28:03 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-2.0.ebuild,v 1.4 2010/09/13 15:21:23 jsbronder Exp $
inherit eutils
@@ -30,6 +30,7 @@
-e "/^LAlib\>/s,= .*,= /usr/$(get_libdir)/libblas.so /usr/$(get_libdir)/liblapack.so," \
-e '/^LINKER\>/s,= .*,= mpicc,' \
-e '/^CC\>/s,= .*,= mpicc,' \
+ -e "/^LINKFLAGS\>/s|= .*|= ${LDFLAGS}|" \
Make.gentoo_hpl_fblas_x86
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-13 15:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 15:21 [gentoo-commits] gentoo-x86 commit in sys-cluster/hpl: ChangeLog hpl-2.0.ebuild Justin Bronder (jsbronder)
-- strict thread matches above, loose matches on Subject: below --
2010-05-26 10:13 Diego Petteno (flameeyes)
2009-06-13 20:38 Justin Bronder (jsbronder)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox