diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-02-12 04:22:21 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-02-12 04:22:21 +0000 |
commit | c92eeb5a07bbb900479b13b679117e51550586b8 (patch) | |
tree | 501298c358d8217b1b982067249e53cf55869420 /sci-libs/mathgl | |
parent | Removed mpi use flag in favor of checking if hdf5 was built with mpi, see bug... (diff) | |
download | historical-c92eeb5a07bbb900479b13b679117e51550586b8.tar.gz historical-c92eeb5a07bbb900479b13b679117e51550586b8.tar.bz2 historical-c92eeb5a07bbb900479b13b679117e51550586b8.zip |
Removed mpi use flag in favor of checking if hdf5 was built with mpi, see bug #302621
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-1.10.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/mathgl/metadata.xml | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index 510f8d025f22..7844e0f730a0 100644 --- a/sci-libs/mathgl/ChangeLog +++ b/sci-libs/mathgl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mathgl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.11 2010/02/12 04:17:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.12 2010/02/12 04:20:46 bicatali Exp $ + + 12 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org> mathgl-1.10.ebuild: + Removed mpi use flag in favor of checking if hdf5 was built with mpi, see + bug #302621 12 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org> mathgl-1.10.ebuild: Removed mpi use flag in favor of checking if hdf5 was built with mpi, see diff --git a/sci-libs/mathgl/mathgl-1.10.ebuild b/sci-libs/mathgl/mathgl-1.10.ebuild index 16dfbb4be0e4..bacb641bef1e 100644 --- a/sci-libs/mathgl/mathgl-1.10.ebuild +++ b/sci-libs/mathgl/mathgl-1.10.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-libs/mathgl/mathgl-1.10.ebuild,v 1.3 2010/02/12 04:17:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.ebuild,v 1.4 2010/02/12 04:20:46 bicatali Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -38,7 +38,7 @@ pkg_setup() { eerror "You need >=gcc-4.3.0 to compile this package" die "Wrong gcc version" fi - if has_version sci-libs/hdf5[mpi]; then + if use hdf5 && has_version sci-libs/hdf5[mpi]; then export CC=mpicc export CXX=mpicxx fi diff --git a/sci-libs/mathgl/metadata.xml b/sci-libs/mathgl/metadata.xml index d4c35619bd85..d0e39e80724a 100644 --- a/sci-libs/mathgl/metadata.xml +++ b/sci-libs/mathgl/metadata.xml @@ -9,6 +9,5 @@ <longdescription>Math Graphics Library</longdescription> <use> <flag name='octave'>Add bindings for <pkg>sci-mathematics/octave</pkg></flag> - <flag name='mpi'>Use mpi wrappers for compilation. Requirement for <pkg>sci-libs/hdf5</pkg>[mpi]</flag> </use> </pkgmetadata> |