Thu, 19 Sep 2024 12:50:22 UTC | login

Information for build planarity-3.0.0.5-5.fc31

ID124078
Package Nameplanarity
Version3.0.0.5
Release5.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/planarity.git#02e170eaad0c703baa03e60c3fe3ac0c3a2ef4df
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
StartedWed, 14 Aug 2019 09:19:50 UTC
CompletedWed, 14 Aug 2019 10:29:33 UTC
Taskbuild (f31-candidate, /rpms/planarity.git:02e170eaad0c703baa03e60c3fe3ac0c3a2ef4df)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/planarity.git#02e170eaad0c703baa03e60c3fe3ac0c3a2ef4df'}}
Tags
f31
f32
f33
RPMs
src
planarity-3.0.0.5-5.fc31.src.rpm (info) (download)
riscv64
planarity-3.0.0.5-5.fc31.riscv64.rpm (info) (download)
planarity-devel-3.0.0.5-5.fc31.riscv64.rpm (info) (download)
planarity-debuginfo-3.0.0.5-5.fc31.riscv64.rpm (info) (download)
planarity-debugsource-3.0.0.5-5.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * 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