Étienne Mollier pushed to branch master at Debian Med / diamond-aligner
Commits: a3323275 by Gui-Yue at 2025-03-08T18:21:35+01:00 fix_missing_cstring_riscv64.patch: new: fix missing cstring riscv64. Closes: #1099828 Signed-off-by: Étienne Mollier <[email protected]> - - - - - 3 changed files: - debian/changelog - + debian/patches/fix_missing_cstring_riscv64.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +diamond-aligner (2.1.11-1.1) UNRELEASED; urgency=medium + + * fix memcpy not defined on riscv64. + + -- Gui-Yue <[email protected]> Sat, 08 Mar 2025 19:10:25 +0800 + diamond-aligner (2.1.11-1) unstable; urgency=medium * New upstream version 2.1.11 ===================================== debian/patches/fix_missing_cstring_riscv64.patch ===================================== @@ -0,0 +1,10 @@ +--- a/src/search/finger_print.h ++++ b/src/search/finger_print.h +@@ -23,6 +23,7 @@ + #pragma once + #include "util/simd.h" + #include "basic/value.h" ++#include <cstring> + + #ifdef __AVX2__ + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ typo.patch +fix_missing_cstring_riscv64.patch View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/-/commit/a3323275ef6ef6621bc9a62019e15d6f218ef647 -- View it on GitLab: https://salsa.debian.org/med-team/diamond-aligner/-/commit/a3323275ef6ef6621bc9a62019e15d6f218ef647 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
