Thu, 28 Mar 2024 19:36:12 UTC | login

Information for build morphio-3.3.3-4.fc38

ID240803
Package Namemorphio
Version3.3.3
Release4.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/morphio.git#c2a6e4cd36446dd7f9e1801add98174ff3e9e79d
SummaryA python and C++ library for reading and writing neuronal morphologies
DescriptionMorphIO is a library for reading and writing neuron morphology files. It supports the following formats: - SWC - ASC (aka. neurolucida) - H5 v1 - H5 v2 is not supported anymore It provides 3 C++ classes that are the starting point of every morphology analysis: - Soma: contains the information related to the soma. - Section: a section is the succession of points between two bifurcations. To the bare minimum the Section object will contain the section type, the position and diameter of each point. - Morphology: the morphology object contains general information about the loaded cell but also provides accessors to the different sections. One important concept is that MorphIO is split into a read-only part and a read/write one.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 17 Mar 2023 17:02:09 UTC
CompletedFri, 17 Mar 2023 19:04:20 UTC
Taskbuild (f38, /rpms/morphio.git:c2a6e4cd36446dd7f9e1801add98174ff3e9e79d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/morphio.git#c2a6e4cd36446dd7f9e1801add98174ff3e9e79d'}}
Tags
f38
f39
f40
RPMs
src
morphio-3.3.3-4.fc38.src.rpm (info) (download)
noarch
morphio-doc-3.3.3-4.fc38.noarch.rpm (info) (download)
riscv64
morphio-3.3.3-4.fc38.riscv64.rpm (info) (download)
morphio-devel-3.3.3-4.fc38.riscv64.rpm (info) (download)
python3-morphio-3.3.3-4.fc38.riscv64.rpm (info) (download)
morphio-debuginfo-3.3.3-4.fc38.riscv64.rpm (info) (download)
morphio-debugsource-3.3.3-4.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 3.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 3.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> 3.3.3-2 - Rebuilt for Python 3.11 * Thu Mar 03 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 3.3.3-1 - feat: update to 3.3.3 (fixes rhbz#2060432) * Thu Mar 03 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 3.3.2-3 - feat: clean up spec * Mon Feb 28 2022 Benjamin A. Beasley <code@musicinmybrain.net> 3.3.2-2 - Rebuild for lexertl14 cd5a1f1 (Unicode 15) * Mon Feb 21 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 3.3.2-1 - feat: update to 3.3.2 (fixes rhbz#2021598) * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Nov 21 2021 Orion Poplawski <orion@nwra.com> - 3.3.0-3 - Rebuild for hdf5 1.12.1 * Fri Nov 05 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.3.0-2 - Rebuild with gsl-lite 0.40.0 * Wed Aug 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 3.3.0-1 - Update to 3.3.0 - Use cmake(…) dependencies where appropriate - Unbundle lexertl14 - Remove ExcludeArch on i686 and armv7hl since these are fixed in highfive (and an additional problem on armv7hl is fixed here) - Add license files to -doc subpackage; drop text doc files from others - Enable Sphinx documentation (with an alternative theme) - Use SETUPTOOLS_SCM_PRETEND_VERSION instead of a local git repo - Enable Python tests - Add header-only dependencies present in the public API to the -devel package * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.0.2-2 - Rebuilt for Python 3.10 * Thu Apr 22 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.2-1 - Add excludearch because of highfive - do not carry licenses in devel package, since it depends on the main package already * Wed Apr 21 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.2-1 - Enable tests * Sat Apr 17 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.0.2-1 - Initial build