Mon, 11 Nov 2024 23:59:33 UTC | login

Information for build ocaml-parmap-1.2.5-14.fc41

ID322308
Package Nameocaml-parmap
Version1.2.5
Release14.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-parmap.git#09fe4131a5061b2ea0cc79f6378b4b1ad03a3c17
SummaryOCaml library for exploiting multicore architectures
DescriptionParmap is a minimalistic library for exploiting multicore architectures in OCaml programs with minimal modifications: if you want to use your many cores to accelerate an operation which happens to be a map, fold or map/fold (map-reduce), just use Parmap's parmap, parfold and parmapfold primitives in place of the standard List.map and friends, and specify the number of subprocesses to use with the optional parameter ~ncores.
git:https://github.com/rdicosmo/parmap.git
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2024 15:41:22 UTC
CompletedWed, 24 Jul 2024 16:01:27 UTC
Taskbuild (f41, /rpms/ocaml-parmap.git:09fe4131a5061b2ea0cc79f6378b4b1ad03a3c17)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-parmap.git#09fe4131a5061b2ea0cc79f6378b4b1ad03a3c17'}}
Tags
f41
RPMs
src
ocaml-parmap-1.2.5-14.fc41.src.rpm (info) (download)
riscv64
ocaml-parmap-1.2.5-14.fc41.riscv64.rpm (info) (download)
ocaml-parmap-devel-1.2.5-14.fc41.riscv64.rpm (info) (download)
ocaml-parmap-debuginfo-1.2.5-14.fc41.riscv64.rpm (info) (download)
ocaml-parmap-debugsource-1.2.5-14.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-13 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-12 - OCaml 5.2.0 for Fedora 41 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-9 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-8 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-7 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-5 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 1.2.5-4 - OCaml 5.0.0 rebuild * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-3 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 12 2022 Jerry James <loganjerry@gmail.com> - 1.2.5-1 - Update SPDX License tag * Mon Nov 28 2022 Jerry James <loganjerry@gmail.com> - 1.2.5-1 - Version 1.2.5 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.2.4-5 - Use new OCaml macros