[dolfin] 01/01: Drop HDF5 Fortran configuration

Drew Parsons dparsons at moszumanska.debian.org
Sat Sep 24 08:15:17 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 c5e0ec9548a47d77393ba828d8289aa8fb05510e
Author: Drew Parsons <dparsons at debian.org>
Date:   Sat Sep 24 16:13:23 2016 +0800

    Drop HDF5 Fortran configuration
    
    Drop definition of HDF5_Fortran_COMPILER_EXECUTABLE (it's not actually
    used) and refresh HDF5-configure.patch.
---
 debian/changelog                    | 6 ++++++
 debian/patches/HDF5-configure.patch | 2 +-
 debian/rules                        | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aaac50c..26ccac9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dolfin (2016.1.0-6) UNRELEASED; urgency=medium
+
+  * Drop HDF5 Fortran configuration (it's not actually used).
+
+ -- Drew Parsons <dparsons at debian.org>  Sat, 24 Sep 2016 16:12:04 +0800
+
 dolfin (2016.1.0-5) unstable; urgency=medium
 
   * Reenable HDF5 support.
diff --git a/debian/patches/HDF5-configure.patch b/debian/patches/HDF5-configure.patch
index c15e5e1..5376778 100644
--- a/debian/patches/HDF5-configure.patch
+++ b/debian/patches/HDF5-configure.patch
@@ -7,7 +7,7 @@ Index: dolfin/CMakeLists.txt
    endif()
    set(HDF5_PREFER_PARALLEL TRUE)
 -  find_package(HDF5)
-+  find_package(HDF5 COMPONENTS C Fortran)
++  find_package(HDF5 COMPONENTS C)
    set_package_properties(HDF5 PROPERTIES TYPE OPTIONAL
      DESCRIPTION "Hierarchical Data Format 5 (HDF5)"
      URL "https://www.hdfgroup.org/HDF5")
diff --git a/debian/rules b/debian/rules
index aadde66..fe7f0e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,6 @@ CMAKE_OPTS := \
 	-D DOLFIN_ENABLE_TRILINOS: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