Wed, 29 Mar 2023 23:25:53 UTC

Information for build python-graph-tool-2.33-2.fc34

ID1673012
Package Namepython-graph-tool
Version2.33
Release2.fc34
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-graph-tool.git#ee1dd37ee2eab0de889fc034350dc4f81dc230a7
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 byjwakely
State complete
Volume DEFAULT
StartedSat, 23 Jan 2021 13:29:10 UTC
CompletedSun, 24 Jan 2021 00:07:32 UTC
Taskbuild (f34-boost, /rpms/python-graph-tool.git:ee1dd37ee2eab0de889fc034350dc4f81dc230a7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-graph-tool.git#ee1dd37ee2eab0de889fc034350dc4f81dc230a7'}}
Tags
f34
f34-boost
RPMs
src
python-graph-tool-2.33-2.fc34.src.rpm (info) (download)
aarch64
python3-graph-tool-2.33-2.fc34.aarch64.rpm (info) (download)
python-graph-tool-debugsource-2.33-2.fc34.aarch64.rpm (info) (download)
python3-graph-tool-debuginfo-2.33-2.fc34.aarch64.rpm (info) (download)
x86_64
python3-graph-tool-2.33-2.fc34.x86_64.rpm (info) (download)
python-graph-tool-debugsource-2.33-2.fc34.x86_64.rpm (info) (download)
python3-graph-tool-debuginfo-2.33-2.fc34.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 2.33-2 - Rebuilt for Boost 1.75 * 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