Information for build dispenso-1.2.0-1.oc9

ID27312
Package Namedispenso
Version1.2.0
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/dispenso.git?.#3435aaab3b9d04cf92a063253197a278daab980b
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 11:09:11 CST
CompletedMon, 05 Aug 2024 11:13:05 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/dispenso.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/dispenso.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
dispenso-1.2.0-1.oc9.src.rpm (info) (download)
aarch64
dispenso-1.2.0-1.oc9.aarch64.rpm (info) (download)
dispenso-devel-1.2.0-1.oc9.aarch64.rpm (info) (download)
dispenso-debuginfo-1.2.0-1.oc9.aarch64.rpm (info) (download)
dispenso-debugsource-1.2.0-1.oc9.aarch64.rpm (info) (download)
x86_64
dispenso-1.2.0-1.oc9.x86_64.rpm (info) (download)
dispenso-devel-1.2.0-1.oc9.x86_64.rpm (info) (download)
dispenso-debuginfo-1.2.0-1.oc9.x86_64.rpm (info) (download)
dispenso-debugsource-1.2.0-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Mon Jul 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.0-1 - initial build