Fri, 05 Jul 2024 00:03:15 UTC | login

Information for build perl-Math-ConvexHull-MonotoneChain-0.01-25.fc33

ID135609
Package Nameperl-Math-ConvexHull-MonotoneChain
Version0.01
Release25.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Math-ConvexHull-MonotoneChain.git#97a8086944dea217dab6e0263d94a5e38a703717
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, 26 Mar 2020 11:43:52 UTC
CompletedThu, 26 Mar 2020 11:56:13 UTC
Taskbuild (f33, /rpms/perl-Math-ConvexHull-MonotoneChain.git:97a8086944dea217dab6e0263d94a5e38a703717)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Math-ConvexHull-MonotoneChain.git#97a8086944dea217dab6e0263d94a5e38a703717'}}
Tags
f33
RPMs
src
perl-Math-ConvexHull-MonotoneChain-0.01-25.fc33.src.rpm (info) (download)
riscv64
perl-Math-ConvexHull-MonotoneChain-0.01-25.fc33.riscv64.rpm (info) (download)
perl-Math-ConvexHull-MonotoneChain-debuginfo-0.01-25.fc33.riscv64.rpm (info) (download)
perl-Math-ConvexHull-MonotoneChain-debugsource-0.01-25.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Feb 25 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-25 - Use make_* macros - Specify all dependencies * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-22 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-19 - Perl 5.28 rebuild