Étienne Mollier pushed to branch upstream at Debian Med / libmaus2
Commits: f5b8dc1b by Étienne Mollier at 2021-09-12T12:38:31+02:00 New upstream version 2.0.803+dfsg - - - - - 3 changed files: - ChangeLog - configure.ac - src/test/testsort.cpp Changes: ===================================== ChangeLog ===================================== @@ -1,3 +1,9 @@ +libmaus2 (2.0.803-1) unstable; urgency=medium + + * Reduce size of test in testsort as it does not compile on x86 + + -- German Tischler-Höhle <[email protected]> Mon, 06 Sep 2021 10:16:41 +0200 + libmaus2 (2.0.802-1) unstable; urgency=medium * Fix compilation without libdeflate ===================================== configure.ac ===================================== @@ -1,5 +1,5 @@ -AC_INIT(libmaus2,2.0.802,[[email protected]],[libmaus2],[https://gitlab.com/german.tischler/libmaus2]) -LIBRARY_VERSION=2:802:0 +AC_INIT(libmaus2,2.0.803,[[email protected]],[libmaus2],[https://gitlab.com/german.tischler/libmaus2]) +LIBRARY_VERSION=2:803:0 AC_MSG_NOTICE([Configuring for source in directory ${srcdir}]) AC_CANONICAL_SYSTEM AC_CANONICAL_HOST ===================================== src/test/testsort.cpp ===================================== @@ -1338,7 +1338,7 @@ int main() } { - std::size_t const n = 1024*1024*1024; + std::size_t const n = 1024*1024; std::size_t const threads = 24; std::cerr << "filling array..."; View it on GitLab: https://salsa.debian.org/med-team/libmaus2/-/commit/f5b8dc1b93ee97aae02b2ccd6b5d2cd5d7cccef5 -- View it on GitLab: https://salsa.debian.org/med-team/libmaus2/-/commit/f5b8dc1b93ee97aae02b2ccd6b5d2cd5d7cccef5 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
