diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-25 00:57:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-25 00:57:23 +0000 |
commit | d6dbe203449d5e0a7120cfe2f5abd3b968cf21af (patch) | |
tree | 4633f22426879a8129a8f4674b2f7644d7fd2766 /sci-visualization | |
parent | whitespace (diff) | |
download | gentoo-2-d6dbe203449d5e0a7120cfe2f5abd3b968cf21af.tar.gz gentoo-2-d6dbe203449d5e0a7120cfe2f5abd3b968cf21af.tar.bz2 gentoo-2-d6dbe203449d5e0a7120cfe2f5abd3b968cf21af.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/paraview/paraview-3.6.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-visualization/paraview/paraview-3.6.1.ebuild b/sci-visualization/paraview/paraview-3.6.1.ebuild index 69efb758d11b..db4433ec31da 100644 --- a/sci-visualization/paraview/paraview-3.6.1.ebuild +++ b/sci-visualization/paraview/paraview-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.6.1.ebuild,v 1.1 2009/07/24 15:06:04 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.6.1.ebuild,v 1.2 2009/07/25 00:57:23 mr_bones_ Exp $ EAPI="2" @@ -105,7 +105,7 @@ src_compile() { CMAKE_VARIABLES="${CMAKE_VARIABLES} -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON" # we also need to append -DH5Tget_array_dims_vers=1 to our CFLAGS - # to make sure we can compile against >=hdf5-1.8.3 + # to make sure we can compile against >=hdf5-1.8.3 append-flags -DH5_USE_16_API fi @@ -163,7 +163,6 @@ src_compile() { CMAKE_VARIABLES="${CMAKE_VARIABLES} -DPARAVIEW_BUILD_PLUGIN_ClientTreeView:BOOL=no" CMAKE_VARIABLES="${CMAKE_VARIABLES} -DPARAVIEW_BUILD_PLUGIN_GraphLayoutFilterPanel:BOOL=OFF" - if use qt4; then CMAKE_VARIABLES="${CMAKE_VARIABLES} -DPARAVIEW_BUILD_QT_GUI:BOOL=ON" CMAKE_VARIABLES="${CMAKE_VARIABLES} -DVTK_INSTALL_QT_DIR=/${PVLIBDIR}/plugins/designer" @@ -201,7 +200,6 @@ src_install() { doenvd "${T}"/40${PN} } - pkg_postinst() { # with Qt4.5 there seem to be issues reading data files # under certain locales. Setting LC_ALL=C should fix these. |