Nilesh Patra pushed to branch test-experimental-changes at Debian Med / kallisto
Commits: 1050f921 by Nilesh Patra at 2021-03-04T23:42:54+05:30 debian/patches/gcc11.patch: Fix gcc-11 FTBFS (Closes: #984073) - - - - - 2 changed files: - + debian/patches/gcc11.patch - debian/patches/series Changes: ===================================== debian/patches/gcc11.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix gcc11 FTBFS with including the required library +Author: Nilesh Patra <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984073 +Forwarded: https://github.com/pachterlab/kallisto/pull/299 +Last-Update: 2021-03-04 +--- a/src/MinCollector.h ++++ b/src/MinCollector.h +@@ -7,6 +7,7 @@ + #include <sstream> + #include <vector> + #include <unordered_map> ++#include <limits> + + #include "KmerIndex.h" + #include "weights.h" ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ use_debian_packaged_htslib.patch spelling htslib1.3 Check_busOptions.seq_length_before_accessing.patch +gcc11.patch View it on GitLab: https://salsa.debian.org/med-team/kallisto/-/commit/1050f921b7f28a2eb3b416ef94cfbc80c70115b9 -- View it on GitLab: https://salsa.debian.org/med-team/kallisto/-/commit/1050f921b7f28a2eb3b416ef94cfbc80c70115b9 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
