Wed, 15 May 2024 05:05:18 UTC | login

Information for build dispenso-1.1.0-3.fc40

ID275589
Package Namedispenso
Version1.1.0
Release3.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dispenso.git#f86b4769b2e5e8848998df42670a9c0220ed02a6
SummaryA library for working with sets of tasks in parallel
DescriptionDispenso is a library for working with sets of tasks in parallel. It provides mechanisms for thread pools, task sets, parallel for loops, futures, pipelines, and more. Dispenso is a well-tested C++14 library designed to have minimal dependencies (some dependencies are required for the tests and benchmarks), and designed to be clean with compiler sanitizers (ASAN, TSAN). Dispenso is currently being used in dozens of projects and hundreds of C++ files at Meta (formerly Facebook). Dispenso also aims to avoid major disruption at every release. Releases will be made such that major versions are created when a backward incompatibility is introduced, and minor versions are created when substantial features have been added or bugs have been fixed, and the aim would be to only very rarely bump major versions. That should make the project suitable for use from main branch, or if you need a harder requirement, you can base code on a specific version.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 09 Dec 2023 00:34:38 UTC
CompletedSat, 09 Dec 2023 03:34:17 UTC
Taskbuild (f40, /rpms/dispenso.git:f86b4769b2e5e8848998df42670a9c0220ed02a6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dispenso.git#f86b4769b2e5e8848998df42670a9c0220ed02a6'}}
Tags
f40
RPMs
src
dispenso-1.1.0-3.fc40.src.rpm (info) (download)
riscv64
dispenso-1.1.0-3.fc40.riscv64.rpm (info) (download)
dispenso-devel-1.1.0-3.fc40.riscv64.rpm (info) (download)
dispenso-debuginfo-1.1.0-3.fc40.riscv64.rpm (info) (download)
dispenso-debugsource-1.1.0-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 01 2022 Michel Alexandre Salim <salimma@fedoraproject.org> 1.1.0-1 - Update to 1.1.0 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 27 2022 Michel Alexandre Salim <salimma@fedoraproject.org> 1.0.0-3 - Fix linking against gmock on F34 * Wed Jan 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> 1.0.0-2 - Use system moodycamel, to avoid bundling and fix build issue on armv7hl * Tue Jan 25 2022 Michel Alexandre Salim <salimma@fedoraproject.org> 1.0.0-1 - Initial Fedora package