Source: hdf5
Version: 1.12.0+repack-1~exp2
Severity: wishlist
Overall patch below worked for me now now hdf5 tools work with ros3 driver,
e.g.
$> h5ls -r --vfd=ros3
https://dandiarchive.s3.amazonaws.com/girder-assetstore/6a/2f/6a2fe9e83746474790c504b9c8abb3ae
/ Group
/acquisition Group
/acquisition/lick_times Group
..
diff --git a/debian/control.in b/debian/control.in
index e5d14995..17f67763 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,6 +13,8 @@ Build-Depends: debhelper (>= 10~),
chrpath,
libaec-dev,
default-jdk-headless (>= 2:1.7) [!hppa !hurd-i386],
+ libcurl4-openssl-dev,
+ libssl-dev,
javahelper [!hppa !hurd-i386]
Build-Depends-Indep: doxygen,
php-cli
diff --git a/debian/rules b/debian/rules
index 42962deb..ec072691 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,7 +103,7 @@ CONFIGURE_FLAGS = --prefix=/usr --host=$(DEB_HOST_GNU_TYPE)
\
--enable-shared --enable-build-mode=$(USE_PROD) \
--disable-sharedlib-rpath --with-zlib
--with-default-api-version=v18 \
--with-szlib \
- --enable-fortran --enable-fortran2003
+ --enable-fortran --enable-fortran2003 --enable-ros3-vfd
FLAVOR_FLAGS = --includedir=\$${prefix}/include/hdf5/$(1) \
--with-flavor=$(1) \
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100,
'unstable-debug'), (100, 'stable-updates'), (100, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.6.0-1-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled