Andreas Tille pushed to branch master at Debian Med / mothur
Commits: 98b52a79 by Andreas Tille at 2021-10-22T07:57:04+02:00 Follow parts of the hints by Aaron M. Ucko - - - - - 2 changed files: - + debian/patches/c++14.patch - debian/patches/series Changes: ===================================== debian/patches/c++14.patch ===================================== @@ -0,0 +1,21 @@ +Description: uchime code does not fit c++17 standard +Bug-Debian: https://bugs.debian.org/984243 +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 21 Oct 2021 11:22:32 +0200 +Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984243#33 + +--- a/source/uchime_src/makefile ++++ b/source/uchime_src/makefile +@@ -1,4 +1,4 @@ +-CXXFLAGS = -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -DUCHIMES=1 ++CXXFLAGS = -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 -DUCHIMES=1 -std=c++14 + LDFLAGS = -g + + # +@@ -26,4 +26,4 @@ install : uchime + + clean : + @rm -f $(OBJECTS) +- +\ No newline at end of file ++ ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 0002-Fix-include.patch drop_sys_sysctl.h.patch gcc-11.patch +c++14.patch View it on GitLab: https://salsa.debian.org/med-team/mothur/-/commit/98b52a79b42309f6514ee1de1efe2f3bdc796985 -- View it on GitLab: https://salsa.debian.org/med-team/mothur/-/commit/98b52a79b42309f6514ee1de1efe2f3bdc796985 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
