diff options
author | 2010-10-31 09:43:48 +0000 | |
---|---|---|
committer | 2010-10-31 09:43:48 +0000 | |
commit | 4635a16bd6d99bf8eb03607bdd13480f8440550d (patch) | |
tree | ff8bc5307b8bd0b26d3fa029b09f3e9b35f61ab2 /sci-chemistry | |
parent | Version bump (diff) | |
download | gentoo-2-4635a16bd6d99bf8eb03607bdd13480f8440550d.tar.gz gentoo-2-4635a16bd6d99bf8eb03607bdd13480f8440550d.tar.bz2 gentoo-2-4635a16bd6d99bf8eb03607bdd13480f8440550d.zip |
Make einfo on parallel python and mpi support
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/apbs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/apbs/apbs-1.3.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-chemistry/apbs/ChangeLog b/sci-chemistry/apbs/ChangeLog index e5ccc8e3b40e..0f2562e57856 100644 --- a/sci-chemistry/apbs/ChangeLog +++ b/sci-chemistry/apbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.41 2010/10/27 17:19:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.42 2010/10/31 09:43:48 jlec Exp $ + + 31 Oct 2010; Justin Lecher <jlec@gentoo.org> apbs-1.3.ebuild: + Make einfo on parallel python and mpi support *apbs-1.3 (27 Oct 2010) diff --git a/sci-chemistry/apbs/apbs-1.3.ebuild b/sci-chemistry/apbs/apbs-1.3.ebuild index 20063b3c0a8e..761c8d910bfe 100644 --- a/sci-chemistry/apbs/apbs-1.3.ebuild +++ b/sci-chemistry/apbs/apbs-1.3.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.3.ebuild,v 1.1 2010/10/27 17:19:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3.ebuild,v 1.2 2010/10/31 09:43:48 jlec Exp $ EAPI="3" @@ -33,6 +33,10 @@ S="${WORKDIR}"/"${MY_P}-source" pkg_setup() { use python && python_set_active_version 2 fortran_pkg_setup + if use mpi && use python; then + einfo "mpi and python support are incompatible" + einfo "Disabling USE=python" + fi } src_prepare() { |