* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: mpich2-1.4_rc2.ebuild
@ 2011-05-04 3:45 Justin Bronder (jsbronder)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Bronder (jsbronder) @ 2011-05-04 3:45 UTC (permalink / raw
To: gentoo-commits
jsbronder 11/05/04 03:45:32
Modified: mpich2-1.4_rc2.ebuild
Log:
disable parallel install
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-cluster/mpich2/mpich2-1.4_rc2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?r1=1.1&r2=1.2
Index: mpich2-1.4_rc2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpich2-1.4_rc2.ebuild 4 May 2011 03:29:40 -0000 1.1
+++ mpich2-1.4_rc2.ebuild 4 May 2011 03:45:32 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.1 2011/05/04 03:29:40 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.2 2011/05/04 03:45:32 jsbronder Exp $
EAPI=2
@@ -133,7 +133,7 @@
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake -j1 DESTDIR="${D}" install || die
dodir /usr/share/doc/${PF}
dodoc COPYRIGHT README CHANGES RELEASE_NOTES || die
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: mpich2-1.4_rc2.ebuild
@ 2011-05-04 3:58 Justin Bronder (jsbronder)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Bronder (jsbronder) @ 2011-05-04 3:58 UTC (permalink / raw
To: gentoo-commits
jsbronder 11/05/04 03:58:13
Modified: mpich2-1.4_rc2.ebuild
Log:
Enable debugging as recommended by upstream (#362655)
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.3 sys-cluster/mpich2/mpich2-1.4_rc2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?r1=1.2&r2=1.3
Index: mpich2-1.4_rc2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpich2-1.4_rc2.ebuild 4 May 2011 03:45:32 -0000 1.2
+++ mpich2-1.4_rc2.ebuild 4 May 2011 03:58:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.2 2011/05/04 03:45:32 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.3 2011/05/04 03:58:13 jsbronder Exp $
EAPI=2
@@ -59,7 +59,7 @@
# don't all show up in the top level configure, however, they
# are picked up in the children directories.
- use debug && c="${c} --enable-g=all --enable-debuginfo"
+ use debug && c="${c} --enable-g=dbg --enable-debuginfo"
if use mpi-threads; then
# MPI-THREAD requries threading.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-04 3:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 3:58 [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: mpich2-1.4_rc2.ebuild Justin Bronder (jsbronder)
-- strict thread matches above, loose matches on Subject: below --
2011-05-04 3:45 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