linbox: gcc-14 / clang-19 fixes (#369974)

authored by Mauricio Collares and committed by GitHub c11d274c 014a5c3c

+19
+19
pkgs/by-name/li/linbox/package.nix
··· 30 30 url = "https://github.com/linbox-team/linbox/commit/4be26e9ef0eaf36a9909e5008940e8bf7dc625b6.patch"; 31 31 sha256 = "PX0Tik7blXOV2vHUq92xMxaADkNoNGiax4qrjQyGK6U="; 32 32 }) 33 + (fetchpatch { 34 + name = "gcc-14.patch"; 35 + url = "https://github.com/linbox-team/linbox/commit/b8f2d4ccdc0af4418d14f72caf6c4d01969092a3.patch"; 36 + includes = [ 37 + "linbox/matrix/sparsematrix/sparse-ell-matrix.h" 38 + "linbox/matrix/sparsematrix/sparse-ellr-matrix.h" 39 + ]; 40 + hash = "sha256-sqwgHkECexR2uX/SwYP7r9ZGHnGG+i4RXtfnvWsVQlk="; 41 + }) 42 + (fetchpatch { 43 + name = "clang-19.patch"; 44 + url = "https://github.com/linbox-team/linbox/commit/4f7a9bc830696b2f2c0219feaa74e85202700412.patch"; 45 + hash = "sha256-DoKh8/+2WPbMhN9MhpKmQ5sKmizD9iE81zS/XI0aM9Q="; 46 + }) 47 + (fetchpatch { 48 + name = "clang-19.patch"; 49 + url = "https://github.com/linbox-team/linbox/commit/4a1e1395804d4630ec556c61ba3f2cb67e140248.patch"; 50 + hash = "sha256-sCe/8hb27RuMxU1XXWsVU5gaGk2V+T6Ee7yrC5G5Hsc="; 51 + }) 33 52 ]; 34 53 35 54 nativeBuildInputs = [