diff options
author | 2014-06-17 19:57:50 +0000 | |
---|---|---|
committer | 2014-06-17 19:57:50 +0000 | |
commit | 7acef0bcabd811a972701e44b80e50bbac26125a (patch) | |
tree | 5c62dd01b00a7583b2cb944dd44a95c690d19ef9 /sci-libs | |
parent | Version bump for the 3.2 / 3.4 / 3.10 / 3.12 / 3.14 / 3.15 series, remove old. (diff) | |
download | gentoo-2-7acef0bcabd811a972701e44b80e50bbac26125a.tar.gz gentoo-2-7acef0bcabd811a972701e44b80e50bbac26125a.tar.bz2 gentoo-2-7acef0bcabd811a972701e44b80e50bbac26125a.zip |
fix MPI support, thanks to Erik Zeek, see bug #511456
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/adolc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/adolc/adolc-2.5.0.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sci-libs/adolc/ChangeLog b/sci-libs/adolc/ChangeLog index 4490e36292fe..e3e17e22dfe9 100644 --- a/sci-libs/adolc/ChangeLog +++ b/sci-libs/adolc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/adolc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v 1.8 2014/06/16 21:16:08 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v 1.9 2014/06/17 19:57:50 jauhien Exp $ + + 17 Jun 2014; Jauhien Piatlicki <jauhien@gentoo.org> adolc-2.5.0.ebuild: + fix MPI support, thanks to Erik Zeek, see bug #511456 16 Jun 2014; Jauhien Piatlicki <jauhien@gentoo.org> adolc-2.5.0.ebuild: Add mpi USE, see bug #511456 diff --git a/sci-libs/adolc/adolc-2.5.0.ebuild b/sci-libs/adolc/adolc-2.5.0.ebuild index 7f7edc0ae94e..5fe3f3fae290 100644 --- a/sci-libs/adolc/adolc-2.5.0.ebuild +++ b/sci-libs/adolc/adolc-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/adolc-2.5.0.ebuild,v 1.3 2014/06/16 21:16:08 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/adolc-2.5.0.ebuild,v 1.4 2014/06/17 19:57:50 jauhien Exp $ EAPI=5 @@ -34,8 +34,6 @@ PATCHES=( src_configure() { local myeconfargs=( $(use_enable mpi ampi) - $(use_with mpi ampi "${EPREFIX}"/usr) - $(use_with mpi mpi-root "${EPREFIX}"/usr) $(use_enable sparse) $(use_with sparse colpack "${EPREFIX}"/usr) ) |