UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit:
[ BASH | XML | JSON ]

hdf5

High-performance data management and storage suite

Package info

Codename: hdf5
Source file: hdf5-1.10.6.tar.bz2
Source directory: hdf5-1.10.6
Package URL: https://ulfs.org/linux/downloads/package_files/0.1/packages/h/hdf5-1.10.6.tar.bz2
Package md5-checksum URL: hdf5-1.10.6.tar.bz2.md5sum
Dependances: szip, gcc.
Dependance of: alembic.
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 \
        -DHDF5_ENABLE_SZIP_SUPPORT=ON \
        -DHDF5_ENABLE_SZIP_ENCODING=ON
# But don’t build with it, it’s quite broken
cd ..
    ./configure \
        --prefix=/usr \
        --docdir=/usr/share/doc/hdf5/ \
        --enable-static \
        --disable-sharedlib-rpath \
        --enable-build-mode=production \
        --enable-hl \
        --enable-cxx \
        --enable-fortran \
        --with-pic \
        --with-zlib \
        --with-szlib

Build script:
make

Install script:
make install

# Install pkg-config files from CMake tree
install -Dm644 build/CMakeFiles/hdf5{,_hl}{,_cpp}-1.10.6.pc -t /usr/lib/pkgconfig/


Apache/2.4.62 (Debian) Server at ulfs.org Port 443