Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/slurm/
Date: Sun, 03 Jul 2011 19:39:18
Message-Id: a95e51d5dcf97727457adefcb3a07135db795647.alexxy@gentoo
1 commit: a95e51d5dcf97727457adefcb3a07135db795647
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 19:37:35 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 19:37:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a95e51d5
7
8 Fix collisions with mpi implentations
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key F82F92E6)
11
12 ---
13 sys-cluster/slurm/slurm-2.2.7.ebuild | 2 ++
14 1 files changed, 2 insertions(+), 0 deletions(-)
15
16 diff --git a/sys-cluster/slurm/slurm-2.2.7.ebuild b/sys-cluster/slurm/slurm-2.2.7.ebuild
17 index 2fc906d..0295ab4 100644
18 --- a/sys-cluster/slurm/slurm-2.2.7.ebuild
19 +++ b/sys-cluster/slurm/slurm-2.2.7.ebuild
20 @@ -56,4 +56,6 @@ src_install() {
21 use pam && emake DESTDIR="${D}" -C contribs/pam install || die
22 use pbs-compat && emake DESTDIR="${D}" -C contribs/torque install || die
23 use static-libs || find "${ED}" -name '*.la' -exec rm {} +
24 + # we dont need it
25 + rm "${ED}/usr/bin/mpiexec" || die
26 }