Tue, 28 May 2024 22:18:53 UTC | login

Information for build highfive-2.3.1-7.fc38

ID248132
Package Namehighfive
Version2.3.1
Release7.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/highfive.git#63781c7b7061a9f05c2fb6e46d6be2adc5d86bd7
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
StartedWed, 31 May 2023 09:23:03 UTC
CompletedWed, 31 May 2023 09:47:20 UTC
Taskbuild (f38, /rpms/highfive.git:63781c7b7061a9f05c2fb6e46d6be2adc5d86bd7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/highfive.git#63781c7b7061a9f05c2fb6e46d6be2adc5d86bd7'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 2.3.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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