Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package insighttoolkit for openSUSE:Factory checked in at 2022-02-04 21:49:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/insighttoolkit (Old) and /work/SRC/openSUSE:Factory/.insighttoolkit.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "insighttoolkit" Fri Feb 4 21:49:17 2022 rev:11 rq:951468 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/insighttoolkit/insighttoolkit.changes 2021-08-19 10:02:03.615187984 +0200 +++ /work/SRC/openSUSE:Factory/.insighttoolkit.new.1898/insighttoolkit.changes 2022-02-04 21:52:28.767117381 +0100 @@ -1,0 +2,6 @@ +Thu Feb 3 09:32:31 UTC 2022 - Guillaume GARDET <[email protected]> + +- Do not use system eigen on aarch64 until fixed upstream: + https://github.com/InsightSoftwareConsortium/ITK/issues/2903 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ insighttoolkit.spec ++++++ --- /var/tmp/diff_new_pack.XZiexu/_old 2022-02-04 21:52:29.263113969 +0100 +++ /var/tmp/diff_new_pack.XZiexu/_new 2022-02-04 21:52:29.267113942 +0100 @@ -1,7 +1,7 @@ # # spec file for package insighttoolkit # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2016 Angelos Tzotsos <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -21,6 +21,14 @@ %define tarname ITK %define libname lib%{name}5 +# Do not use system eigen on aarch64 until fixed upstream: +# https://github.com/InsightSoftwareConsortium/ITK/issues/2903 +%ifarch aarch64 +%bcond_with system_eigen +%else +%bcond_without system_eigen +%endif + Name: insighttoolkit Version: 5.2.1 Release: 0 @@ -47,7 +55,9 @@ BuildRequires: vtk-qt BuildRequires: xz BuildRequires: cmake(double-conversion) +%if %{with system_eigen} BuildRequires: pkgconfig(eigen3) +%endif BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(libjpeg) @@ -126,6 +136,9 @@ -DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \ -DITK_USE_SYSTEM_CASTXML:BOOL=ON \ -DITK_USE_SYSTEM_GDCM:BOOL=ON \ +%if %{without system_eigen} + -DITK_USE_SYSTEM_EIGEN:BOOL=OFF \ +%endif -DITK_USE_SYSTEM_SWIG:BOOL=ON \ -DITK_USE_SYSTEM_VXL:BOOL=OFF \ -DVXL_BUILD_CORE_NUMERICS:BOOL=OFF \
