Tue, 28 May 2024 22:47:48 UTC | login

Information for build highfive-2.3.1-6.fc37

ID206015
Package Namehighfive
Version2.3.1
Release6.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/highfive.git#63a087b02c3c111a608f80fdba027e228e3d6cae
SummaryHeader-only C++ HDF5 interface
DescriptionHighFive is a modern header-only C++11 friendly interface for libhdf5. HighFive supports STL vector/string, Boost::UBLAS, Boost::Multi-array, Eigen and Xtensor. It handles C++ from/to HDF5 with automatic type mapping. HighFive does not require additional libraries (see dependencies) and supports both HDF5 thread safety and Parallel HDF5 (contrary to the official hdf5 cpp) It integrates nicely with other CMake projects by defining (and exporting) a HighFive target. Design: - Simple C++-ish minimalist interface - No other dependency than libhdf5 - Zero overhead - Support C++11 Feature support: - create/read/write files, datasets, attributes, groups, dataspaces. - automatic memory management / ref counting - automatic conversion of std::vector and nested std::vector from/to any dataset with basic types - automatic conversion of std::string to/from variable length string dataset - selection() / slice support - parallel Read/Write operations from several nodes with Parallel HDF5 - Advanced types: Compound, Enum, Arrays of Fixed-length strings, References etc... (see ChangeLog)
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 13 Nov 2022 17:38:04 UTC
CompletedSun, 13 Nov 2022 20:16:42 UTC
Taskbuild (f37, /rpms/highfive.git:63a087b02c3c111a608f80fdba027e228e3d6cae)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/highfive.git#63a087b02c3c111a608f80fdba027e228e3d6cae'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 2.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Mar 18 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 2.3.1-5 - fix: include upstream patch * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Nov 22 2021 Orion Poplawski <orion@nwra.com> - 2.3.1-2 - Rebuild for hdf5 1.12.1 * Fri Aug 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 2.3.1-1 - Update to 2.3.1 - Drop patches, which were all upstreamed - Switch BR’s to cmake(…) where appropriate - Add -static BR’s for header-only library dependencies - Add unarched -static virtual Provides since arched BR’s must not be used - Use ninja cmake backend (which was already BR’d) - Enable OpenCV (except on armv7hl, for now) - Fix ExcludeArch * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Apr 22 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-2 - Make note of excludearch bug * Mon Apr 19 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-2 - Carry patch to fix failing test: https://github.com/BlueBrain/HighFive/issues/444 * Sun Apr 18 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-1 - Enable doc build - include complete doc package in conditional