Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-hdf4
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Debian GIS Project
python-hdf4
Commits
dd10e75b
Commit
dd10e75b
authored
1 year ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to fix FTBFS with HDF 4.3.0. (closes: #1068384)
parent
8c6b6708
No related branches found
No related tags found
No related merge requests found
Pipeline
#661300
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/patches/hdf-4.3.0.patch
+27
-0
27 additions, 0 deletions
debian/patches/hdf-4.3.0.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
36 additions
and
0 deletions
debian/changelog
+
8
−
0
View file @
dd10e75b
python-hdf4 (0.11.4-2) UNRELEASED; urgency=medium
* Team upload.
* Add patch to fix FTBFS with HDF 4.3.0.
(closes: #1068384)
-- Bas Couwenberg <sebastic@debian.org> Thu, 04 Apr 2024 15:50:11 +0200
python-hdf4 (0.11.4-1) unstable; urgency=medium
* New upstream release.
...
...
This diff is collapsed.
Click to expand it.
debian/patches/hdf-4.3.0.patch
0 → 100644
+
27
−
0
View file @
dd10e75b
Description: Fix FTBFS with HDF 4.3.0.
Author: Bas Couwenberg <sebastic@debian.org>
Bug: https://bugs.debian.org/1068384
Forwarded: https://github.com/fhs/pyhdf/pull/72
--- a/pyhdf/hdfext.i
+++ b/pyhdf/hdfext.i
@@ -203,7 +203,7 @@
extern void _HEprint(void);
%{
-#include "hdfi.h" /* declares int32, float32, etc */
+#include "hdf.h" /* declares int32, float32, etc */
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include "numpy/ndarraytypes.h"
--- a/pyhdf/hdfext_wrap.c
+++ b/pyhdf/hdfext_wrap.c
@@ -3842,7 +3842,7 @@
void _HEprint(void) {
}
-#include "hdfi.h" /* declares int32, float32, etc */
+#include "hdf.h" /* declares int32, float32, etc */
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include "numpy/ndarraytypes.h"
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
dd10e75b
hdf-4.3.0.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