2 Commits

Author SHA256 Message Date
02221fc972 Accepting request 1288361 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1288361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/insighttoolkit?expand=0&rev=21
2025-06-26 09:36:59 +00:00
9284625fa8 * Update to version 5.4.4:
* Enforce C11 standard to fix build of third party libminc; GCC 15 defaults to C23 causing build failures.
* _constraints: Reduce required disk space to 6 GB; Reduce required physicalmemory to 6 GB; Drop overrides for memoryperjob on x86_64.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/insighttoolkit?expand=0&rev=63
2025-06-24 17:13:51 +00:00
5 changed files with 39 additions and 28 deletions

View File

@@ -2,20 +2,10 @@
<constraints>
<hardware>
<disk>
<size unit="G">28</size>
<size unit="G">6</size>
</disk>
<physicalmemory>
<size unit="G">12</size>
<size unit="G">6</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>x86_64</arch>
</conditions>
<hardware>
<memoryperjob>
<size unit="M">5000</size>
</memoryperjob>
</hardware>
</overwrite>
</constraints>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f2b768c52e92d9b8c274ac952e97ee8ad18e69ddfb7e4a3d7247aabf25bd3a1
size 22563170

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:683027617442391220eb79869d71652a54c4b47517ca6ca14d4b01c2583f5a1c
size 22564952

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Jun 21 03:17:02 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.4.4:
* Bug Fixes:
- Fixed GDCM JPEG2000 structure cleanup to prevent crashes on
malformed files.
- Corrected TIFFImageIO reuse behavior.
* Improved NumPy dtype handling for Python interoperability.
* Updated Montage, MorphologicalContourInterpolation and
WebAssemblyInterface modules.
* Updated documentation.
- Enforce C11 standard to fix build of third party libminc; GCC 15
defaults to C23 causing build failures.
- _constraints:
* Reduce required disk space to 6 GB.
* Reduce required physicalmemory to 6 GB.
* Drop overrides for memoryperjob on x86_64.
-------------------------------------------------------------------
Wed Apr 23 09:14:44 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
@@ -355,27 +374,27 @@ Fri Jan 1 08:07:48 UTC 2016 - mpluskal@suse.com
- Use spdx license and install license file
- Use url for source
----------------------------------------------------------------------------
* Sat Dec 26 15:34:00 UTC 2015 Angelos Tzotsos <tzotsos@opensuse.org> - 4.8.2
-------------------------------------------------------------------
Sat Dec 26 15:34:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org> - 4.8.2
- Update to 4.8.2
----------------------------------------------------------------------------
* Fri Aug 14 00:40:00 UTC 2015 Angelos Tzotsos <tzotsos@opensuse.org> - 4.7.2
-------------------------------------------------------------------
Fri Aug 14 00:40:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org> - 4.7.2
- Update to 4.7.2
----------------------------------------------------------------------------
* Fri Feb 27 21:24:00 UTC 2015 Angelos Tzotsos <tzotsos@opensuse.org>
-------------------------------------------------------------------
Fri Feb 27 21:24:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org>
- Renamed package to insighttoolkit
----------------------------------------------------------------------------
* Wed Jan 14 01:14:00 UTC 2015 Angelos Tzotsos <tzotsos@opensuse.org> - 4.6.0
-------------------------------------------------------------------
Wed Jan 14 01:14:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org> - 4.6.0
- Update to 4.6.0
----------------------------------------------------------------------------
* Sat Mar 01 23:03:00 UTC 2014 Angelos Tzotsos <tzotsos@opensuse.org> - 4.5.1
-------------------------------------------------------------------
Sat Mar 01 23:03:00 UTC 2014 - Angelos Tzotsos <tzotsos@opensuse.org> - 4.5.1
- Initial build

View File

@@ -41,7 +41,7 @@
%bcond_with tests
Name: insighttoolkit
Version: 5.4.3
Version: 5.4.4
Release: 0
Summary: Toolkit for scientific image processing, segmentation, and registration
License: Apache-2.0
@@ -129,6 +129,7 @@ This package provides the modules for ITK's python bindings.
%build
%cmake \
-DCMAKE_C_STANDARD:STRING=11 \
-DITK_INSTALL_LIBRARY_DIR:PATH=%{_lib}/ \
-DITK_INSTALL_INCLUDE_DIR:PATH=include/%{name}/ \
-DITK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/%{name}/ \
@@ -148,9 +149,10 @@ This package provides the modules for ITK's python bindings.
-DITK_USE_SYSTEM_EIGEN:BOOL=OFF \
%endif
-DITK_USE_SYSTEM_VXL:BOOL=OFF \
-DVXL_BUILD_CORE_NUMERICS:BOOL=OFF \
-DITK_FORBID_DOWNLOADS=ON \
-DITK_WRAP_PYTHON:BOOL=%{?with_python:ON}%{!?with_python:OFF}
-DITK_WRAP_PYTHON:BOOL=%{?with_python:ON}%{!?with_python:OFF} \
-DVXL_BUILD_CORE_NUMERICS:BOOL=OFF \
%{nil}
%cmake_build