diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-01-21 11:21:56 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-01-21 11:21:56 +0000 |
commit | f2b69810a6bfc5fbdbc6545e48e87770a47b716b (patch) | |
tree | d6c55385b7ccbae5dcff09699f8d1f06b23dc70d /sci-visualization/paraview | |
parent | sparc stable wrt security #201726 (diff) | |
download | gentoo-2-f2b69810a6bfc5fbdbc6545e48e87770a47b716b.tar.gz gentoo-2-f2b69810a6bfc5fbdbc6545e48e87770a47b716b.tar.bz2 gentoo-2-f2b69810a6bfc5fbdbc6545e48e87770a47b716b.zip |
Fixed improper MPI cmake option (bug #206840).
(Portage version: 2.1.4)
Diffstat (limited to 'sci-visualization/paraview')
-rw-r--r-- | sci-visualization/paraview/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/paraview/paraview-3.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/paraview/ChangeLog b/sci-visualization/paraview/ChangeLog index 147a73d03934..27abe5a3307f 100644 --- a/sci-visualization/paraview/ChangeLog +++ b/sci-visualization/paraview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/paraview # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/ChangeLog,v 1.12 2008/01/19 11:21:15 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/ChangeLog,v 1.13 2008/01/21 11:21:56 markusle Exp $ + + 21 Jan 2008; Markus Dittrich <markusle@gentoo.org> paraview-3.2.1.ebuild: + Fixed improper MPI cmake option (bug #206840). 19 Jan 2008; Markus Dittrich <markusle@gentoo.org> paraview-3.2.1.ebuild: Let the qt4 eclass check for qt3support. diff --git a/sci-visualization/paraview/paraview-3.2.1.ebuild b/sci-visualization/paraview/paraview-3.2.1.ebuild index a42d2305e3e7..2ab8429d1d68 100644 --- a/sci-visualization/paraview/paraview-3.2.1.ebuild +++ b/sci-visualization/paraview/paraview-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.2.1.ebuild,v 1.4 2008/01/19 11:21:15 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.2.1.ebuild,v 1.5 2008/01/21 11:21:56 markusle Exp $ inherit distutils eutils flag-o-matic toolchain-funcs versionator python qt4 @@ -97,7 +97,7 @@ src_compile() { fi if use mpi; then - CMAKE_VARIABLES="${CMAKE_VARIABLES} -DVTK_USE_MPI:BOOL=ON" + CMAKE_VARIABLES="${CMAKE_VARIABLES} -DPARAVIEW_USE_MPI:BOOL=ON" fi if use python; then |