[med-fichier] 05/11: Fix hdf5 linkage.

Anton Gladky gladk at moszumanska.debian.org
Thu Apr 24 21:48:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository med-fichier.

commit 62adfe2265d1903314fd1d71ebc73ead7a867331
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Apr 24 20:57:36 2014 +0200

    Fix hdf5 linkage.
---
 debian/patches/hdf5_link.patch | 14 ++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/hdf5_link.patch b/debian/patches/hdf5_link.patch
new file mode 100644
index 0000000..4ace661
--- /dev/null
+++ b/debian/patches/hdf5_link.patch
@@ -0,0 +1,14 @@
+Description: fix HDF5 linkage
+Last-Update: 2014-04-24
+
+--- med-fichier-3.0.6.orig/tests/parallel/Makefile.am
++++ med-fichier-3.0.6/tests/parallel/Makefile.am
+@@ -29,7 +29,7 @@ generateFilterArray.c \
+ getBlocksOfEntitiesPartition.c
+ 
+ 
+-LDADD = $(top_builddir)/src/libmedC.la
++LDADD = $(top_builddir)/src/libmedC.la @HDF5_LDFLAGS@ @HDF5_LIBS@
+ 
+ nodist_EXTRA_filterBlockOfentities_SOURCES = dummy.cxx
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 50b7f95..88145d8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 ppc64el-support.patch
+hdf5_link.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/med-fichier.git



More information about the debian-science-commits mailing list