Nilesh Patra pushed to branch master at Debian Med / pbseqlib
Commits:
3e0b6c58 by Nilesh Patra at 2024-12-07T15:03:53+05:30
Potential fix for gcc-14
- - - - -
2 changed files:
- + debian/patches/gcc-14.patch
- debian/patches/series
Changes:
=====================================
debian/patches/gcc-14.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp
++++ b/alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp
+@@ -137,7 +137,7 @@
+ {
+ int m;
+ int n;
+- for (m = int(matchList.size()); m > 0; m--) {
++ for (m = int(matchList.size()) - 1; m > 0; m--) {
+ n = m - 1;
+ //
+ // Skip past repeats in the query.
=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ meson.patch
static+shared_lib.patch
gcc-13.patch
pbbam_2.3.0
+gcc-14.patch
View it on GitLab:
https://salsa.debian.org/med-team/pbseqlib/-/commit/3e0b6c584c0816254a73a9e5568fb0d106e93f11
--
View it on GitLab:
https://salsa.debian.org/med-team/pbseqlib/-/commit/3e0b6c584c0816254a73a9e5568fb0d106e93f11
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit