Tue, 28 May 2024 22:59:36 UTC | login

Information for build highfive-2.8.0-10.fc40

ID290304
Package Namehighfive
Version2.8.0
Release10.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/highfive.git#e9cf7f8e9024c8bd95fac6ee328abe4f2762e075
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 and Xtensor. It handles C++ from/to HDF5 with automatic type mapping. HighFive does not require additional libraries (see dependencies). 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) Known flaws: - HighFive is not thread-safe. At best it has the same limitations as the HDF5 library. However, HighFive objects modify their members without protecting these writes. Users have reported that HighFive is not thread-safe even when using the threadsafe HDF5 library, e.g., https://github.com/BlueBrain/HighFive/discussions/675. - Eigen support in core HighFive is broken. See https://github.com/BlueBrain/HighFive/issues/532. H5Easy is not affected. - The support of fixed length strings isn’t ideal.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 28 Feb 2024 09:36:23 UTC
CompletedWed, 28 Feb 2024 09:42:12 UTC
Taskbuild (f40, /rpms/highfive.git:e9cf7f8e9024c8bd95fac6ee328abe4f2762e075)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/highfive.git#e9cf7f8e9024c8bd95fac6ee328abe4f2762e075'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> None-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> None-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Dec 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-8 - Update to 2.8.0 (close RHBZ#2247726) * Mon Dec 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-7 - Build docs as PDF instead of HTML * Mon Dec 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-6 - Update description from upstream * Mon Dec 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-5 - Remove unused build dependency on git-core * Mon Dec 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-4 - Do not number the sole Source * Mon Dec 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-3 - Use new (rpm 4.17.1+) bcond style * Tue Sep 19 2023 Sandro <devel@penguinpee.nl> None-2 - Stop building for i686 * Thu Sep 14 2023 Sandro <devel@penguinpee.nl> None-1 - Update to 2.7.1 (RHBZ#2072222) * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 2.3.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Mar 15 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> 2.3.1-8 - Remove -Werror to fix FTBFS, warnings are generated outside this package * 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