diff --git a/science/siconos/files/patch-externals_boost__contribs_expm.hpp b/science/siconos/files/patch-externals_boost__contribs_expm.hpp new file mode 100644 index 000000000000..63007502598a --- /dev/null +++ b/science/siconos/files/patch-externals_boost__contribs_expm.hpp @@ -0,0 +1,13 @@ +-- fix compilation on 16 + +--- externals/boost_contribs/expm.hpp.orig 2026-07-18 15:56:44 UTC ++++ externals/boost_contribs/expm.hpp +@@ -68,7 +68,7 @@ template MATRIX expm_pad(const MATRIX + { + real_value_type temp = 0.0; + for(size_type j=0;j(H(i,j)); // Correct me, if H is complex, can I use that abs? ++ temp += std::abs(H(i,j)); // Correct me, if H is complex, can I use that abs? + norm = std::max(norm, temp); + } + if (norm == 0.0)