Information for build InsightToolkit-5.4.6-3.fc45

ID124022
Package NameInsightToolkit
Version5.4.6
Release3.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/InsightToolkit.git#df171dafa68b5dcd129c50d27e2b53deafbefbfe
SummaryInsight Toolkit library for medical image processing
DescriptionITK is an open-source software toolkit for performing registration and segmentation. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both. ITK is implemented in C++ and its implementation style is referred to as generic programming (i.e.,using templated code). Such C++ templating means that the code is highly efficient, and that many software problems are discovered at compile-time, rather than at run-time during program execution.
Built bydavidlt
State failed
Volume DEFAULT
StartedSat, 22 Aug 2026 10:37:24 UTC
CompletedSat, 22 Aug 2026 13:14:16 UTC
Taskbuild (f45, /rpms/InsightToolkit.git:df171dafa68b5dcd129c50d27e2b53deafbefbfe)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/InsightToolkit.git#df171dafa68b5dcd129c50d27e2b53deafbefbfe'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Aug 10 2026 Ankur Sinha <sanjay.ankur@gmail.com> - 5.4.6-3 - Rebuild for libminc 2.5.0 correctly * Sun Aug 09 2026 Ankur Sinha <sanjay.ankur@gmail.com> - 5.4.6-2 - Rebuild for libminc 2.5.0 * Thu Jul 16 2026 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 5.4.6-1 - Update to 5.4.6 - Switch to system double-conversion, Eigen3 (add double-conversion-devel, eigen3-devel BRs) - Fix HDF5/NetCDF cmake target conflict (HDF5_NO_FIND_PACKAGE_CONFIG=ON) - Add Provides: bundled() for all bundled libraries - Update License: to SPDX with all bundled library licenses - Install bundled library license files with unique names - Drop unused patches (fix-riscv.patch), disable LTO, fix find syntax - Remove stale Jira issue links from comments - Drop qt5-qtwebkit-devel BuildRequires (no longer needed upstream) * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.3-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Tue May 12 2026 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 4.13.3-33 - Include PR by Cristian Le <git@lecris.dev> - Allow to build with CMake 4.0 (rhbz#2380458) * Fri Feb 06 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 4.13.3-32 - fix build on RISC-V * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.3-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.3-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Oct 10 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 4.13.3-29 - Use the bundled gtest. GTest 1.17.1 will require C++17, and this version of ITK can’t be compiled as C++17. * Sun Aug 24 2025 Orion Poplawski <orion@nwra.com> - 4.13.3-28 - Rebuild for VTK 9.5 * Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.3-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Feb 19 2025 Ankur Sinha <sanjay.ankur@gmail.com> - 4.13.3-26 - Rebuild for dcmtk 3.6.9 * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.13.3-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Oct 25 2024 Orion Poplawski <orion@nwra.com> - 4.13.3-24 - Rebuild for hdf5 1.14.5 * Sat Oct 12 2024 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 4.13.3-23 - Re-rebuild for vxl-3.5.0 (previous build didn't pick up the right vxl version) - Exclude ix86 * Fri Oct 11 2024 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 4.13.3-22 - Include patch to remove vxl netlib usage * Sat Oct 05 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.13.3-21 - Backport upstream patch for FTBFS with invalid const member func