Thu, 23 May 2024 09:20:13 UTC | login

Information for build ocaml-parmap-1.2.5-3.fc38

ID232836
Package Nameocaml-parmap
Version1.2.5
Release3.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-parmap.git#f49f33a209330022f39d10339adf6b2d29cfd19c
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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 25 Feb 2023 10:13:22 UTC
CompletedSat, 25 Feb 2023 12:54:52 UTC
Taskbuild (f38, /rpms/ocaml-parmap.git:f49f33a209330022f39d10339adf6b2d29cfd19c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-parmap.git#f49f33a209330022f39d10339adf6b2d29cfd19c'}}
Tags
f38
f39
f40
RPMs
src
ocaml-parmap-1.2.5-3.fc38.src.rpm (info) (download)
riscv64
ocaml-parmap-1.2.5-3.fc38.riscv64.rpm (info) (download)
ocaml-parmap-devel-1.2.5-3.fc38.riscv64.rpm (info) (download)
ocaml-parmap-debuginfo-1.2.5-3.fc38.riscv64.rpm (info) (download)
ocaml-parmap-debugsource-1.2.5-3.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * 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 * Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-5 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-4 - Bump release and rebuild. * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.2.4-3 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 04 2022 Jerry James <loganjerry@gmail.com> - 1.2.4-1 - Version 1.2.4 * Tue Oct 05 2021 Richard W.M. Jones <rjones@redhat.com> - 1.2.3-3 - OCaml 4.13.1 build * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 03 2021 Jerry James <loganjerry@gmail.com> - 1.2.3-1 - Version 1.2.3 * Wed Apr 28 2021 Jerry James <loganjerry@gmail.com> - 1.2.1-1 - Version 1.2.1 - Drop upstreamed -float-array patch * Fri Apr 16 2021 Jerry James <loganjerry@gmail.com> - 1.2-1 - Initial package