Commit 964340c5 authored by Andreas Tille's avatar Andreas Tille
Browse files

Document more issues with Debian packaged rapmap

parent 33f8a5a3
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -20,6 +20,14 @@ sailfish (0.10.1+dfsg-1) UNRELEASED; urgency=medium
        /usr/include/rapmap/Kmer.hpp:138:77: error: macro "bitmask" requires 2 arguments, but only 1 given
         template <typename R> static constexpr R bitmask(unsigned int const onecount) {
                                                                                     ^

        .
        /usr/include/rapmap/RapMapUtils.hpp:97:18: error: 'MemoryWriter' is not a member of 'fmt'
                     fmt::MemoryWriter hd;
                          ^~~~~~~~~~~~
        .
        /usr/include/rapmap/RapMapUtils.hpp:98:6: error: 'hd' was not declared in this scope
              hd.write("@HD\tVN:1.0\tSO:unknown\n");
              ^~
       ... and more errors

 -- Steffen Moeller <moeller@debian.org>  Thu, 21 Mar 2019 22:47:18 +0100