[dolfin] 01/03: Revert "Disable HDF5 support"
Drew Parsons
dparsons at moszumanska.debian.org
Fri Sep 16 04:06:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository dolfin.
commit 5478f2f60a7810efcd59b585d1c9434fc5663d79
Author: Drew Parsons <dparsons at emerall.com>
Date: Fri Sep 16 10:11:37 2016 +0800
Revert "Disable HDF5 support"
This reverts commit 5ccf048ccb4fd7f98aff26fd072787cbe750afea.
---
debian/changelog | 6 ++++++
debian/control | 2 ++
debian/rules | 4 +++-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 34316a7..5ae347a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dolfin (2016.1.0-5) UNRELEASED; urgency=medium
+
+ * Reenable HDF5 support.
+
+ -- Drew Parsons <dparsons at debian.org> Fri, 16 Sep 2016 10:06:56 +0800
+
dolfin (2016.1.0-4) unstable; urgency=medium
* Disable HDF5 support.
diff --git a/debian/control b/debian/control
index f7a9587..4dd87f5 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends:
libboost-thread-dev,
libboost-timer-dev,
libeigen3-dev,
+ libhdf5-mpi-dev,
libsuitesparse-dev,
libscotch-dev,
libvtk6-dev,
@@ -58,6 +59,7 @@ Depends:
libboost-timer-dev,
libdolfin2016.1 (= ${binary:Version}),
libeigen3-dev,
+ libhdf5-mpi-dev,
libsuitesparse-dev,
libscotch-dev,
libvtk6-dev,
diff --git a/debian/rules b/debian/rules
index 7c9425b..aadde66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,9 @@ CMAKE_OPTS := \
-D CMAKE_SKIP_RPATH:BOOL=ON \
-D CMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF \
-D DOLFIN_ENABLE_TRILINOS:BOOL=OFF \
- -D DOLFIN_ENABLE_HDF5:BOOL=OFF \
+ -D DOLFIN_ENABLE_HDF5:BOOL=ON \
+ -D HDF5_C_COMPILER_EXECUTABLE:FILEPATH=/usr/bin/h5pcc \
+ -D HDF5_Fortran_COMPILER_EXECUTABLE:FILEPATH=/usr/bin/h5pfc \
-D DOLFIN_ENABLE_VTK:BOOL=ON \
-D DOLFIN_ENABLE_QT:BOOL=OFF \
-D DOLFIN_ENABLE_PARMETIS:BOOL=OFF \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/dolfin.git
More information about the debian-science-commits
mailing list