Fri, 24 Mar 2023 13:01:20 UTC

Information for build dispenso-1.1.0-1.fc38

ID2095677
Package Namedispenso
Version1.1.0
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dispenso.git#8a6a8eea985d2ec7bb2d84f85c3d51fc99fed994
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 bysalimma
State complete
Volume DEFAULT
StartedThu, 01 Dec 2022 18:11:10 UTC
CompletedThu, 01 Dec 2022 18:14:35 UTC
Taskbuild (rawhide, /rpms/dispenso.git:8a6a8eea985d2ec7bb2d84f85c3d51fc99fed994)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dispenso.git#8a6a8eea985d2ec7bb2d84f85c3d51fc99fed994'}}
Tags
f38
RPMs
src
dispenso-1.1.0-1.fc38.src.rpm (info) (download)
aarch64
dispenso-1.1.0-1.fc38.aarch64.rpm (info) (download)
dispenso-devel-1.1.0-1.fc38.aarch64.rpm (info) (download)
dispenso-debuginfo-1.1.0-1.fc38.aarch64.rpm (info) (download)
dispenso-debugsource-1.1.0-1.fc38.aarch64.rpm (info) (download)
i686
dispenso-1.1.0-1.fc38.i686.rpm (info) (download)
dispenso-devel-1.1.0-1.fc38.i686.rpm (info) (download)
dispenso-debuginfo-1.1.0-1.fc38.i686.rpm (info) (download)
dispenso-debugsource-1.1.0-1.fc38.i686.rpm (info) (download)
ppc64le
dispenso-1.1.0-1.fc38.ppc64le.rpm (info) (download)
dispenso-devel-1.1.0-1.fc38.ppc64le.rpm (info) (download)
dispenso-debuginfo-1.1.0-1.fc38.ppc64le.rpm (info) (download)
dispenso-debugsource-1.1.0-1.fc38.ppc64le.rpm (info) (download)
s390x
dispenso-1.1.0-1.fc38.s390x.rpm (info) (download)
dispenso-devel-1.1.0-1.fc38.s390x.rpm (info) (download)
dispenso-debuginfo-1.1.0-1.fc38.s390x.rpm (info) (download)
dispenso-debugsource-1.1.0-1.fc38.s390x.rpm (info) (download)
x86_64
dispenso-1.1.0-1.fc38.x86_64.rpm (info) (download)
dispenso-devel-1.1.0-1.fc38.x86_64.rpm (info) (download)
dispenso-debuginfo-1.1.0-1.fc38.x86_64.rpm (info) (download)
dispenso-debugsource-1.1.0-1.fc38.x86_64.rpm (info) (download)
Logs
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * 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