summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2010-06-17 01:48:33 +0000
committerJustin Bronder <jsbronder@gentoo.org>2010-06-17 01:48:33 +0000
commitff1d0ceea6214ed71db33e3fc6a2c31ba885c1dd (patch)
treea7df8b10491e28eda49c36a59ab2cf17fb78c326 /sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild
parentsys-cluster/openmpi cleanup (diff)
downloadhistorical-ff1d0ceea6214ed71db33e3fc6a2c31ba885c1dd.tar.gz
historical-ff1d0ceea6214ed71db33e3fc6a2c31ba885c1dd.tar.bz2
historical-ff1d0ceea6214ed71db33e3fc6a2c31ba885c1dd.zip
Remove lam-mpi handling from sci-chemistry/apbs, see #324415.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild')
-rw-r--r--sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild
index a223b2adcb92..a61a51837ee2 100644
--- a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild
+++ b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild
@@ -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/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.1 2010/06/15 18:02:51 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.2 2010/06/17 01:48:33 jsbronder Exp $
EAPI="3"
@@ -63,8 +63,6 @@ src_configure() {
myconf="${myconf} --with-mpich=${EPREFIX}/usr"
elif has_version sys-cluster/mpich2; then
myconf="${myconf} --with-mpich2=${EPREFIX}/usr"
- elif has_version sys-cluster/lam-mpi; then
- myconf="${myconf} --with-lam=${EPREFIX}/usr"
elif has_version sys-cluster/openmpi; then
myconf="${myconf} --with-openmpi=${EPREFIX}/usr"
fi