Thu, 18 Apr 2024 05:19:56 UTC | login

Information for build python-graph-tool-2.33-1.fc33

ID188852
Package Namepython-graph-tool
Version2.33
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-graph-tool.git#b20f1242c2fd36e90bc63f782e896fd8b6432f6c
SummaryEfficient network analysis tool written in Python
DescriptionGraph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. Please refer to https://graph-tool.skewed.de/static/doc/index.html for documentation.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 07 May 2021 08:52:31 UTC
CompletedFri, 07 May 2021 19:55:10 UTC
Taskbuild (f33, /rpms/python-graph-tool.git:b20f1242c2fd36e90bc63f782e896fd8b6432f6c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-graph-tool.git#b20f1242c2fd36e90bc63f782e896fd8b6432f6c'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Sep 04 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.33-1 - Update to latest release - Disable LTO - update COPYING file name - Update license * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.29-7 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.29-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 30 2020 Jonathan Wakely <jwakely@redhat.com> - 2.29-5 - Rebuilt for Boost 1.73 - Simplify shell command to determine number of threads to use * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 2.29-4 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.29-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Nov 09 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.29-2 - Exclude builds on arches: usually falls short of resources * Fri Nov 01 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.29-1 - Remove unneeded shebangs * Tue Oct 22 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.29-1 - Improve conditional to handle cases where _smp_build_ncpus is not defined - Correct conditional hack * Tue Oct 15 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.29-1 - Initial build