Fri, 05 Jul 2024 22:58:03 UTC | login

Information for build perl-Math-ConvexHull-MonotoneChain-0.01-18.fc29

ID39757
Package Nameperl-Math-ConvexHull-MonotoneChain
Version0.01
Release18.fc29
Epoch
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
StartedFri, 08 Jun 2018 03:14:58 UTC
CompletedFri, 08 Jun 2018 03:41:26 UTC
Taskbuild (f29-candidate, perl-Math-ConvexHull-MonotoneChain-0.01-18.fc29.src.rpm)
Tags
f29
RPMs
src
perl-Math-ConvexHull-MonotoneChain-0.01-18.fc29.src.rpm (info) (download)
riscv64
perl-Math-ConvexHull-MonotoneChain-0.01-18.fc29.riscv64.rpm (info) (download)
perl-Math-ConvexHull-MonotoneChain-debuginfo-0.01-18.fc29.riscv64.rpm (info) (download)
perl-Math-ConvexHull-MonotoneChain-debugsource-0.01-18.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-15 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-13 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.01-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-10 - Perl 5.22 rebuild * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.01-9 - Perl 5.20 rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.01-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Dec 30 2012 Miro Hrončok <miro@hroncok.cz> - 0.01-3 - PERL_INSTALL_ROOT changed to DESTDIR - Removed the deleting empty directories - Removed Andrew from summary - Added BR Exporter back * Fri Nov 16 2012 Miro Hrončok <miro@hroncok.cz> - 0.01-2 - Removed BRs provided by perl package * Wed Nov 14 2012 Miro Hrončok <miro@hroncok.cz> 0.01-1 - Specfile autogenerated by cpanspec 1.78 and revised.