UmVirt LFS Package info
DB commit: b3c8d2bfd052f57116778eacc3df57eea2375bd7
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
hdf5
High-performance data management and storage suite.Package info
Template: 
Codename: hdf5
Source file: hdf5-1.14.3.tar.gz
Source file size: 19969199
Source file MD5-checkum: 075d923171c7785b2ee7d820b0ef8707
Source directory: hdf5-1.14.3
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/h/hdf5-1.14.3.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/h/hdf5-1.14.3.tar.gz.md5sum
Dependances: gcc.
Dependance of: alembic, OpenUSD.
Patches: *** NO PATCHES FOUND *** 
Addons: *** NO ADDONS FOUND *** 
Nestings *** NO NESTINGS FOUND *** 
Configuration script:
    
# Crazy workaround: run CMake to generate pkg-config file
mkdir -p build && cd build
cmake .. \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DBUILD_SHARED_LIBS=ON \
        -DCMAKE_BUILD_TYPE=Release \
        -DHDF5_BUILD_HL_LIB=ON \
        -DHDF5_BUILD_CPP_LIB=ON \
        -DHDF5_BUILD_FORTRAN=ON \
        -DHDF5_ENABLE_Z_LIB_SUPPORT=ON
# But don’t build with it, it’s quite broken
cd ..
    ./configure \
        --prefix=/usr \
        --docdir=/usr/share/doc/hdf5/ \
        --disable-static \
        --disable-sharedlib-rpath \
        --enable-build-mode=production \
        --enable-hl \
        --enable-cxx \
        --enable-fortran \
        --with-pic \
        --with-zlib
Build script:
    
make
Install script:
    
make install
# Install pkg-config files from CMake tree
install -Dm644 build/CMakeFiles/hdf5{,_hl}{,_cpp,_fortran}.pc -t /usr/lib/pkgconfig/