diff options
author | 2013-07-02 02:07:22 +0000 | |
---|---|---|
committer | 2013-07-02 02:07:22 +0000 | |
commit | 127318a62364d1b3f36352fcb8226508285c71c3 (patch) | |
tree | c0fed8b9c012a68b3f439a91ef2a222b940f6f66 /sci-libs/scotch | |
parent | Do not override malloc when in a sandbox environment. Resolves #462602. (diff) | |
download | gentoo-2-127318a62364d1b3f36352fcb8226508285c71c3.tar.gz gentoo-2-127318a62364d1b3f36352fcb8226508285c71c3.tar.bz2 gentoo-2-127318a62364d1b3f36352fcb8226508285c71c3.zip |
Remove fix for #462602. Handled in sys-cluster/openmpi now.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r-- | sci-libs/scotch/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/scotch/scotch-6.0.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/scotch/ChangeLog b/sci-libs/scotch/ChangeLog index 059d63f9dcbf..eb5038a54e68 100644 --- a/sci-libs/scotch/ChangeLog +++ b/sci-libs/scotch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scotch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.14 2013/06/19 17:21:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.15 2013/07/02 02:07:22 jsbronder Exp $ + + 02 Jul 2013; Justin Bronder <jsbronder@gentoo.org> scotch-6.0.0.ebuild: + Remove fix for #462602. Handled in sys-cluster/openmpi now. 19 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> scotch-6.0.0.ebuild: More as-needed fix for the mpi case diff --git a/sci-libs/scotch/scotch-6.0.0.ebuild b/sci-libs/scotch/scotch-6.0.0.ebuild index b607f8098ba1..98edb3071864 100644 --- a/sci-libs/scotch/scotch-6.0.0.ebuild +++ b/sci-libs/scotch/scotch-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.3 2013/06/19 17:21:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.4 2013/07/02 02:07:22 jsbronder Exp $ EAPI=5 @@ -67,7 +67,6 @@ src_prepare() { } src_compile() { - export FAKEROOTKEY=1 emake -C src CLIBFLAGS=-fPIC scotch esmumps static_to_shared lib/libscotcherr.a static_to_shared lib/libscotcherrexit.a |