[med-svn] [Git][med-team/bowtie][master] 2 commits: Set POPCNT_CAPABILITY=0 for more architectures than just aarch64

Andreas Tille gitlab at salsa.debian.org
Mon Oct 12 16:02:54 BST 2020



Andreas Tille pushed to branch master at Debian Med / bowtie


Commits:
fa899e55 by Andreas Tille at 2020-10-12T16:50:50+02:00
Set POPCNT_CAPABILITY=0 for more architectures than just aarch64

- - - - -
1e6aeba3 by Andreas Tille at 2020-10-12T16:59:07+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/popcnt_capability.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-bowtie (1.3.0+dfsg-3) UNRELEASED; urgency=medium
+bowtie (1.3.0+dfsg-3) unstable; urgency=medium
 
   * Fix arch all build
+  * Set POPCNT_CAPABILITY=0 for more architectures than just aarch64
+    Closes: #972004
 
- -- Andreas Tille <tille at debian.org>  Mon, 12 Oct 2020 11:29:03 +0200
+ -- Andreas Tille <tille at debian.org>  Mon, 12 Oct 2020 16:51:00 +0200
 
 bowtie (1.3.0+dfsg-2) unstable; urgency=medium
 


=====================================
debian/patches/popcnt_capability.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Set POPCNT_CAPABILITY=0 for more architectures than just aarch64
+Bug-Debian: https://bugs.debian.org/972004
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 12 Oct 2020 11:29:03 +0200
+
+--- a/Makefile
++++ b/Makefile
+@@ -89,7 +89,7 @@ ifeq (1, $(WITH_TBBMALLOC))
+ endif
+ 
+ POPCNT_CAPABILITY ?= 1
+-ifeq (aarch64,$(shell uname -m))
++ifeq (,$(filter $(shell uname -m), aarch64 alpha mips64el ppc64 ppc64el risc64 sparc64 x32))
+ 	POPCNT_CAPABILITY=0
+ endif
+ ifeq (1, $(POPCNT_CAPABILITY))


=====================================
debian/patches/series
=====================================
@@ -8,3 +8,4 @@ use-dpkg-buildflags.patch
 reproducible.patch
 build-as-Cpp03.patch
 simple-test
+popcnt_capability.patch



View it on GitLab: https://salsa.debian.org/med-team/bowtie/-/compare/1d85a1cd6c9e3d9f9e0df972377d12758f347840...1e6aeba38e1dc100dc734ec34916478555a2a81c

-- 
View it on GitLab: https://salsa.debian.org/med-team/bowtie/-/compare/1d85a1cd6c9e3d9f9e0df972377d12758f347840...1e6aeba38e1dc100dc734ec34916478555a2a81c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201012/dd386f10/attachment-0001.html>


More information about the debian-med-commit mailing list