https://github.com/podgorskiy/hdf5_light
https://github.com/podgorskiy/hdf5_light
c hdf5
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/podgorskiy/hdf5_light
- Owner: podgorskiy
- License: other
- Created: 2017-06-08T18:41:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T03:52:14.000Z (about 8 years ago)
- Last Synced: 2025-01-11T05:21:46.117Z (9 months ago)
- Topics: c, hdf5
- Language: C
- Size: 2.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# HDF5 light
[](https://travis-ci.org/podgorskiy/hdf5_light)
## HDF5 version 1.10.1
## A mirror of HDF5 library from https://support.hdfgroup.org/HDF5/ , with the following modifications:* Simplified CMakelist. Intended to be used through add_subdirectory from the parent project.
* No Autotools, no config files generated by CMake. Provided preconfigured [H5pubconf.h](https://github.com/podgorskiy/hdf5_light/blob/master/src/H5pubconf.h) that can be used on
* Windows (64bit and 32 bit) with MSVC
* GNU Linux with GCC
* OS X with clang
* Provided pregenerated *H5Tinit.c* *H5lib_settings.c*
* Only C library, without wrappers.
* Compiled as static library
For more information read [README.txt](https://github.com/podgorskiy/hdf5_light/blob/master/README.txt) and visit https://support.hdfgroup.org/HDF5/