Sat, 04 May 2024 12:36:06 UTC | login

Information for build highfive-2.3.1-7.0.riscv64.fc37

ID221085
Package Namehighfive
Version2.3.1
Release7.0.riscv64.fc37
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/highfive.git#10f39b90d08c27bf31fa8f8138e479637ace5944
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 complete
Volume DEFAULT
StartedTue, 15 Nov 2022 10:49:44 UTC
CompletedTue, 15 Nov 2022 11:25:19 UTC
Taskbuild (f37, /rpms/highfive.git:10f39b90d08c27bf31fa8f8138e479637ace5944)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/highfive.git#10f39b90d08c27bf31fa8f8138e479637ace5944'}}
Tags
f37
f38
f39
f40
RPMs
src
highfive-2.3.1-7.0.riscv64.fc37.src.rpm (info) (download)
noarch
highfive-doc-2.3.1-7.0.riscv64.fc37.noarch.rpm (info) (download)
riscv64
highfive-devel-2.3.1-7.0.riscv64.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Nov 15 2022 David Abdurachmanov <davidlt@rivosinc.com> 2.3.1-7.0.riscv64 - Disable OpenCV on riscv64 until fixed upstream * 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