Tue, 16 Jul 2024 17:10:42 UTC | login

Information for build perl-Math-ConvexHull-MonotoneChain-0.01-39.fc40

ID284638
Package Nameperl-Math-ConvexHull-MonotoneChain
Version0.01
Release39.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Math-ConvexHull-MonotoneChain.git#56089ee06cf4ec1b3a423210920887894f6fbc09
SummaryMonotone chain algorithm for finding a convex hull in 2D
DescriptionThis is somewhat experimental still. This (XS) module optionally exports a single function C<convex_hull> which calculates the convex hull of the input points and returns it. The algorithm is C<O(n log n)> due to having to sort the input list, but should be somewhat faster than a plain Graham's scan (also C<O(n log n)>) in practice since it avoids polar coordinates.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Feb 2024 17:09:58 UTC
CompletedThu, 22 Feb 2024 17:17:15 UTC
Taskbuild (f40, /rpms/perl-Math-ConvexHull-MonotoneChain.git:56089ee06cf4ec1b3a423210920887894f6fbc09)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Math-ConvexHull-MonotoneChain.git#56089ee06cf4ec1b3a423210920887894f6fbc09'}}
Tags
f40
f41
RPMs
src
perl-Math-ConvexHull-MonotoneChain-0.01-39.fc40.src.rpm (info) (download)
riscv64
perl-Math-ConvexHull-MonotoneChain-0.01-39.fc40.riscv64.rpm (info) (download)
perl-Math-ConvexHull-MonotoneChain-debuginfo-0.01-39.fc40.riscv64.rpm (info) (download)
perl-Math-ConvexHull-MonotoneChain-debugsource-0.01-39.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-36 - Perl 5.38 rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 27 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-33 - Perl 5.36 rebuild