Mon, 16 Sep 2024 04:35:57 UTC | login

Information for build planarity-3.0.0.5-2.fc29

ID44032
Package Nameplanarity
Version3.0.0.5
Release2.fc29
Epoch
SummaryImplementations of several planarity-related graph algorithms
DescriptionThis code project provides a library for implementing graph algorithms as well as implementations of several planarity-related graph algorithms. The origin of this project is the reference implementation for the Edge Addition Planarity Algorithm, which is now the fastest and simplest linear-time method for planar graph embedding and planarity obstruction isolation (i.e. Kuratowski subgraph isolation). The software in this code project provides a graph algorithm framework and library, including an updated version of the edge addition combinatorial planar graph embedder and planar obstruction isolator (i.e., a Kuratowski subgraph isolator). This code project also includes several extensions that implement planarity-related algorithms such as a planar graph drawing algorithm, an outerplanar graph embedder and outerplanar obstruction isolator, and a number of subgraph homeomorphism search algorithms.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 14 Jun 2018 11:24:08 UTC
CompletedThu, 14 Jun 2018 12:56:29 UTC
Taskbuild (f29-candidate, planarity-3.0.0.5-2.fc29.src.rpm)
Tags
f29
RPMs
src
planarity-3.0.0.5-2.fc29.src.rpm (info) (download)
riscv64
planarity-3.0.0.5-2.fc29.riscv64.rpm (info) (download)
planarity-devel-3.0.0.5-2.fc29.riscv64.rpm (info) (download)
planarity-debuginfo-3.0.0.5-2.fc29.riscv64.rpm (info) (download)
planarity-debugsource-3.0.0.5-2.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Nov 08 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 3.0.0.5-1 - Update to version required by newer sagemath - Remove no longer need source1 and source2 - Remove no longer need patch1 and patch2 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 04 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 2.2.0-1 - Initial planarity spec.