diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-29 16:41:33 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-29 16:41:33 +0000 |
commit | 13c42b7c44dd9e3cb866336d1c3e2a8548078949 (patch) | |
tree | a008f0c1cee5526f9e4dac305014e8a18753fe39 /sys-cluster/mpiexec | |
parent | Initial ebuild, closes bug #135997. (diff) | |
download | gentoo-2-13c42b7c44dd9e3cb866336d1c3e2a8548078949.tar.gz gentoo-2-13c42b7c44dd9e3cb866336d1c3e2a8548078949.tar.bz2 gentoo-2-13c42b7c44dd9e3cb866336d1c3e2a8548078949.zip |
Use the new PBS library path.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'sys-cluster/mpiexec')
-rw-r--r-- | sys-cluster/mpiexec/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/mpiexec/ChangeLog b/sys-cluster/mpiexec/ChangeLog index fa895e4820bd..b0bb3d4458e8 100644 --- a/sys-cluster/mpiexec/ChangeLog +++ b/sys-cluster/mpiexec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/mpiexec -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpiexec/ChangeLog,v 1.12 2005/07/06 00:03:02 robbat2 Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpiexec/ChangeLog,v 1.13 2006/09/29 16:41:33 dberkholz Exp $ + + 29 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + mpiexec-0.76-r2.ebuild: + Use the new PBS library path. *mpiexec-0.76-r2 (06 Jul 2005) diff --git a/sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild b/sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild index 55420f4cca40..752bb4d459cc 100644 --- a/sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild +++ b/sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild,v 1.1 2005/07/06 00:03:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpiexec/mpiexec-0.76-r2.ebuild,v 1.2 2006/09/29 16:41:33 dberkholz Exp $ inherit eutils flag-o-matic @@ -23,7 +23,7 @@ src_compile() { myconf="`use_enable sharedmem p4-shmem`" # mpich-p4 is the best default - append-ldflags -L/usr/$(get_libdir)/pbs + append-ldflags -L/usr/$(get_libdir)/pbs/lib ./configure --mandir=/usr/share/man/man1/ \ --prefix=/usr \ --with-pbs=/usr \ |