bicatali 14/04/22 17:27:17 Modified: hypre-2.9.0b.ebuild ChangeLog Removed: hypre-2.8.0b-r1.ebuild Log: Forced fortran and lapack settings when mpi is set, secure mpi toolchain propagation, bug #508030 thanks Matthias Maier (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.3 sci-libs/hypre/hypre-2.9.0b.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild?r1=1.2&r2=1.3 Index: hypre-2.9.0b.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hypre-2.9.0b.ebuild 26 Dec 2013 21:15:27 -0000 1.2 +++ hypre-2.9.0b.ebuild 22 Apr 2014 17:27:16 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild,v 1.2 2013/12/26 21:15:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild,v 1.3 2014/04/22 17:27:16 bicatali Exp $ EAPI=5 @@ -17,8 +17,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="blas doc examples fortran lapack mpi" +REQUIRED_USE="mpi? ( fortran lapack )" + RDEPEND=" - sci-libs/superlu + sci-libs/superlu:0= blas? ( virtual/blas ) lapack? ( virtual/lapack ) mpi? ( virtual/mpi )" @@ -43,6 +45,7 @@ -e '/^BLASFILES/d' \ -e '/^LAPACKFILES/d' \ lib/Makefile || die + use mpi && export CC=mpicc CXX=mpicxx FC=mpif77 tc-export CC CXX } 1.13 sci-libs/hypre/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hypre/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hypre/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hypre/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 26 Dec 2013 21:15:27 -0000 1.12 +++ ChangeLog 22 Apr 2014 17:27:16 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/hypre -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.12 2013/12/26 21:15:27 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.13 2014/04/22 17:27:16 bicatali Exp $ + + 22 Apr 2014; Sébastien Fabbro <[email protected]> -hypre-2.8.0b-r1.ebuild, + hypre-2.9.0b.ebuild: + Forced fortran and lapack settings when mpi is set, secure mpi toolchain + propagation, bug #508030 thanks Matthias Maier 26 Dec 2013; Justin Lecher <[email protected]> hypre-2.8.0b-r1.ebuild, hypre-2.9.0b.ebuild, metadata.xml:
