Skip to content
GitLab
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
f6401a8c
Commit
f6401a8c
authored
Jul 03, 2018
by
Jan Kotanski
Browse files
add bzip2 and bitshuffle
parent
dc06b3c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
f6401a8c
...
...
@@ -19,3 +19,19 @@ Pre-Depends: ${misc:Pre-Depends}
Description: HDF5 plugin - LZ4 compression
LZ4 compression filter for the HDF5 library.
Package: hdf5-plugin-bzip2
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
Pre-Depends: ${misc:Pre-Depends}
Description: HDF5 plugin - BZIP2 compression
BZIP2 compression filter for the HDF5 library.
Package: hdf5-plugin-bitshuffle
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
Pre-Depends: ${misc:Pre-Depends}
Description: HDF5 plugin - Bit Shuffle compression
Bit Shuffle compression filter for the HDF5 library.
debian/rules
View file @
f6401a8c
...
...
@@ -22,7 +22,7 @@ GNUARCH:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
# @echo nothing to do for dh_install
override_dh_auto_configure
:
dh_auto_configure
--
-DENABLE_LZ4_PLUGIN
=
ON
-DCMAKE_INSTALL_LIBDIR
=
$(DEST)
/usr/lib/
$(GNUARCH)
/hdf5
dh_auto_configure
--
-DENABLE_LZ4_PLUGIN
=
ON
-DENABLE_BZIP2_PLUGIN
=
ON
-DENABLE_BITSHUFFLE_PLUGIN
=
ON
-DCMAKE_INSTALL_LIBDIR
=
$(DEST)
/usr/lib/
$(GNUARCH)
/hdf5
#override_dh_auto_configure:
# dh_auto_configure -- --disable-static --libdir=$(DEST)/usr/lib/$(GNUARCH)/hdf5/plugins
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment