Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hdf5-external-filter-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PETRA III Debian Packages
hdf5-external-filter-plugins
Commits
a8e6c798
Unverified
Commit
a8e6c798
authored
5 years ago
by
Jan Kotanski
Browse files
Options
Downloads
Patches
Plain Diff
comment printouts
parent
09a15a50
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/patches/0001-comment-a-debugging-printout.patch
+21
-0
21 additions, 0 deletions
debian/patches/0001-comment-a-debugging-printout.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
23 additions
and
1 deletion
debian/control
+
1
−
1
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,
...
...
This diff is collapsed.
Click to expand it.
debian/patches/0001-comment-a-debugging-printout.patch
0 → 100644
+
21
−
0
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;
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
a8e6c798
0001-comment-a-debugging-printout.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment