Étienne Mollier pushed to branch master at Debian Med / bowtie
Commits: c1f0a5ec by Étienne Mollier at 2020-10-12T23:43:38+02:00 excluded third_party/ - - - - - ebb4152d by Étienne Mollier at 2020-10-12T23:43:50+02:00 reviewed debian/patches/popcnt_capability - - - - - 491659e3 by Étienne Mollier at 2020-10-12T23:44:24+02:00 updated changelog - - - - - 3 changed files: - debian/changelog - debian/copyright - debian/patches/popcnt_capability.patch Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,12 @@ bowtie (1.3.0+dfsg-4) UNRELEASED; urgency=medium + [ Andreas Tille ] * Really fix arch all build + [ Étienne Mollier ] + * Excluded third_party/ + * Reviewed debian/patches/popcnt_capability.patch + -- Andreas Tille <[email protected]> Mon, 12 Oct 2020 17:57:58 +0200 bowtie (1.3.0+dfsg-3) unstable; urgency=medium ===================================== debian/copyright ===================================== @@ -4,6 +4,7 @@ Upstream-Contact: Ben Langmead <[email protected]> Source: https://github.com/BenLangmead/bowtie/ Files-Excluded: SeqAn* genomes/.cvsignore + third_party/ Files: * Copyright: © 2009-2014 Ben Langmead, C. Trapnell, M. Pop, Steven L. Salzberg ===================================== debian/patches/popcnt_capability.patch ===================================== @@ -1,6 +1,7 @@ Description: Set POPCNT_CAPABILITY=0 for more architectures than just aarch64 Bug-Debian: https://bugs.debian.org/972004 Author: Andreas Tille <[email protected]> +Reviewed-By: Étienne Mollier <[email protected]> Last-Update: Mon, 12 Oct 2020 11:29:03 +0200 --- a/Makefile @@ -10,7 +11,7 @@ Last-Update: Mon, 12 Oct 2020 11:29:03 +0200 POPCNT_CAPABILITY ?= 1 -ifeq (aarch64,$(shell uname -m)) -+ifeq (,$(filter $(shell uname -m), aarch64 alpha mips64el ppc64 ppc64el risc64 sparc64 x32)) ++ifeq (,$(filter $(shell uname -m), x86_64)) POPCNT_CAPABILITY=0 endif ifeq (1, $(POPCNT_CAPABILITY)) View it on GitLab: https://salsa.debian.org/med-team/bowtie/-/compare/d5532c4c8dd4efe197dc32db263e9f28864749eb...491659e3f82d1f7279ad3290230632dd751fe3b6 -- View it on GitLab: https://salsa.debian.org/med-team/bowtie/-/compare/d5532c4c8dd4efe197dc32db263e9f28864749eb...491659e3f82d1f7279ad3290230632dd751fe3b6 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
