[SCM] Paraview packaging branch, master, updated. upstream/3.10.1-62-g8e6f9b6

Anton Gladky gladky.anton at gmail.com
Wed Aug 31 20:36:53 UTC 2011


The following commit has been merged in the master branch:
commit 2e250a5af5c3ce5c5472d431f2daa7d6c81fbb2a
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Aug 31 17:45:45 2011 +0200

    Try to use system HDF5 to escape FTBFS on mipsel and sparc.

diff --git a/debian/control b/debian/control
index d62e688..fc31182 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-4), cmake (>= 2.6.3),
  libxext-dev, doxygen, graphviz, gnuplot, libtiff-dev, libpng-dev, libjpeg-dev, 
  libxml2-dev, libexpat-dev,
  zlib1g-dev, libfreetype6-dev, libmysqlclient-dev, libpq-dev, libtheora-dev, 
- libogg-dev, mpi-default-dev, libhdf5-mpi-dev,
+ libogg-dev, mpi-default-dev, libhdf5-mpi-dev, hdf5-tools,
  libgl2ps-dev, libgl2ps0
 Standards-Version: 3.9.2
 X-Python-Version: >=2.6
diff --git a/debian/rules b/debian/rules
index b2a5048..7b905d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ extra_flags += 	-DPARAVIEW_GENERATE_PROXY_DOCUMENTATION=ON \
 	-DMPI_INCLUDE_PATH=/usr/include/mpi \
 	-DPARAVIEW_USE_SYSTEM_HDF5=ON \
 	-DHDF5_ENABLE_PARALLEL=ON \
+	-DVTK_USE_SYSTEM_HDF5=ON \
 	-DMPI_LINK_FLAGS=-Wl \
 	-DPARAVIEW_ENABLE_PYTHON=ON \
 	-DVTK_USE_OGGTHEORA_ENCODER=ON \

-- 
Paraview packaging



More information about the debian-science-commits mailing list