Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PETRA III Debian Packages
hdf5-external-filter-plugins
Commits
a8e6c798
Unverified
Commit
a8e6c798
authored
Jan 31, 2020
by
Jan Kotanski
Browse files
comment printouts
parent
09a15a50
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
a8e6c798
...
...
@@ -2,7 +2,7 @@ Source: hdf5-external-filter-plugins
Priority: optional
Maintainer: Jan Kotanski (jkotan) <jankotan@gmail.com>
Build-Depends: debhelper (>= 9),
cmake (>= 3.
3
),
cmake (>= 3.
11
),
libhdf5-dev (>=1.8.11),
liblz4-dev,
libbz2-dev,
...
...
debian/patches/0001-comment-a-debugging-printout.patch
0 → 100644
View file @
a8e6c798
From: Jan Kotanski <jankotan@gmail.com>
Date: Fri, 31 Jan 2020 10:31:06 +0100
Subject: comment a debugging printout
---
BSHUF/src/H5Zbshuf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BSHUF/src/H5Zbshuf.c b/BSHUF/src/H5Zbshuf.c
index da299c3..5588cd7 100644
--- a/BSHUF/src/H5Zbshuf.c
+++ b/BSHUF/src/H5Zbshuf.c
@@ -136,7 +136,7 @@
herr_t H5Z_bshuf_set_local(hid_t dcpl, hid_t type, hid_t space) {
values[1] = BSHUF_VERSION_MINOR;
elem_size = H5Tget_size(type);
- fprintf(stderr, "BSHUF: Computed elem_size %d\n", elem_size);
+ // fprintf(stderr, "BSHUF: Computed elem_size %d\n", elem_size);
if(elem_size <= 0) {
PUSH_ERR("bshuf_h5_set_local", H5E_CALLBACK, "Invalid element size.");
return -1;
debian/patches/series
0 → 100644
View file @
a8e6c798
0001-comment-a-debugging-printout.patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment