Shayan Doust pushed to branch master at Debian Med / megahit
Commits: 1c94341e by Shayan Doust at 2019-10-31T14:37:15Z Remove old patch no longer needed in this upstream version - - - - - 1 changed file: - − debian/patches/fix_src_packed_field.patch Changes: ===================================== debian/patches/fix_src_packed_field.patch deleted ===================================== @@ -1,21 +0,0 @@ -Description: patch header file due to compilation error - Within pbuilder, compiler complains of "cannot bind packed field", so create a clone of the variables as auto. -Author: Shayan Doust <[email protected]> -Last-Update: 2019-10-11 ---- - -Index: megahit/src/sequence/kmer.h -=================================================================== ---- megahit.orig/src/sequence/kmer.h 2019-10-21 11:34:23.623134886 +0100 -+++ megahit/src/sequence/kmer.h 2019-10-21 11:34:51.959024968 +0100 -@@ -113,7 +113,9 @@ - } - - for (unsigned i = 0; i + i < used_words; ++i) { -- std::swap(data_[i], data_[used_words - 1 - i]); -+ Kmer<1, long unsigned int>::word_type a = data_[i]; -+ Kmer<1, long unsigned int>::word_type b = data_[used_words - 1 - i]; -+ std::swap(a, b); - } - - if ((k % kCharsPerWord) != 0) { View it on GitLab: https://salsa.debian.org/med-team/megahit/commit/1c94341e89f4446841b41fd3d899895c0e1de914 -- View it on GitLab: https://salsa.debian.org/med-team/megahit/commit/1c94341e89f4446841b41fd3d899895c0e1de914 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
