This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository fast5.
commit 79b8798f7d413c817810dad6b26c421375a8ad9f Author: Afif Elghraoui <[email protected]> Date: Fri Oct 6 23:02:02 2017 -0400 Don't hard-code hdf5-serial Using h5cc, users can choose which type of hdf5 they want to compile against. We use serial in d/rules for testing by setting environment variables. --- debian/patches/hdf5include.patch | 15 --------------- debian/patches/series | 1 - 2 files changed, 16 deletions(-) diff --git a/debian/patches/hdf5include.patch b/debian/patches/hdf5include.patch deleted file mode 100644 index 9b2f86a..0000000 --- a/debian/patches/hdf5include.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Steffen Moeller -Last-Update: 2017-09-15 14:17:53 +0200 -Description: Adapt hdf5 header files to Debian location - ---- a/src/hdf5_tools.hpp -+++ b/src/hdf5_tools.hpp -@@ -27,7 +27,7 @@ - - namespace hdf5 - { --#include <hdf5.h> -+#include <hdf5/serial/hdf5.h> - } - - namespace hdf5_tools diff --git a/debian/patches/series b/debian/patches/series index 81e04e7..da8b790 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ rpath.patch -hdf5include.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fast5.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
