hdf5 icon indicating copy to clipboard operation
hdf5 copied to clipboard

Official HDF5® Library Repository

Results 263 hdf5 issues
Sort by recently updated
recently updated
newest added

Lack of cross-compilation from linux to other platforms would significantly help distribution of binaries in the Julia ecosystem. This has been a long-standing issue. See e.g. https://github.com/JuliaPackaging/Yggdrasil/pull/567, https://forum.hdfgroup.org/t/cross-compiling-for-windows/6735, to mention...

**Version:** ``` h5dump: Version 1.13.1-1 ``` **System information** ``` Ubuntu 20.04.1 LTS, gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) ``` **command:** ``` h5dump-shared POC4 ``` [POC4.zip](https://github.com/HDFGroup/hdf5/files/7739365/POC4.zip) **Result** ``` segmentation fault ``` **GDB...

Hi I found an crash error. System info: Ubuntu 20.04 : clang 10.0.0 , gcc 9.3.0 hdf5 version 1.13.0 ,git branch development ------------------------------------------ Verification steps: 1.Get the source code of...

Hi I found an crash error. System info: Ubuntu 20.04 : clang 10.0.0 , gcc 9.3.0 hdf5 version 1.13.0 ,git branch development ------------------------------------------ Verification steps: 1.Get the source code of...

Hi, I'm having trouble building the parallel HDF5 in order to use parallel NetCDF functionalities. It seems when I turn on both `HDF5_ENABLE_PARALLEL` and `HDF5_BUILD_PARALLEL_TOOLS` then it will try to...

HDF5 builds with MPI almost completely except for `ph5diff`, on CentOS 8 with either GCC 8.5 or Intel oneAPI 2021.3. One change I made is adding the line to "src/HDF5/tools/src/h5diff/ph5diff_main.c":...

Hi I found an crash error. System info: Ubuntu 20.04 : clang 10.0.0 , gcc 9.3.0 hdf5 version 1.13.0 ,git branch development ------------------------------------------ Verification steps: 1.Get the source code of...

Hi I found an crash error. System info: Ubuntu 20.04 : clang 10.0.0 , gcc 9.3.0 hdf5 version 1.13.0 ,git branch development ------------------------------------------ Verification steps: 1.Get the source code of...

https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.13/hdf5-1.13.0/src/hdf5-1.13.0.tar.bz2 ``` cmake \ -DHDF5_BUILD_DOC=OFF \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_STATIC_LIBS=ON \ -DBUILD_STATIC_EXECS=ON \ -DTEST_LFS_WORKS_RUN=ON -S . \ -B build.d ``` ![27](https://user-images.githubusercontent.com/3040852/151649358-cb8667c9-2149-421b-b891-bd4a98a5a84f.PNG) It seems that this project do not support cross-compiling. how...