[med-svn] [Git][med-team/minimap2][master] 2 commits: Only pass -msse4.1 to the compiler on amd64
Andreas Tille
gitlab at salsa.debian.org
Tue Sep 15 09:57:35 BST 2020
Andreas Tille pushed to branch master at Debian Med / minimap2
Commits:
e6d471c2 by Andreas Tille at 2020-09-15T10:53:40+02:00
Only pass -msse4.1 to the compiler on amd64
- - - - -
6d11febc by Andreas Tille at 2020-09-15T10:57:09+02:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/python-sse4-arch.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+minimap2 (2.17+dfsg-12) unstable; urgency=medium
+
+ [ Michael Hudson-Doyle ]
+ * d/patches/python-sse4-arch.patch: Only pass -msse4.1 to the compiler on
+ amd64.
+ Closes: #969596
+
+ -- Andreas Tille <tille at debian.org> Tue, 15 Sep 2020 10:54:02 +0200
+
minimap2 (2.17+dfsg-11) unstable; urgency=medium
* Add lintian-override
=====================================
debian/patches/python-sse4-arch.patch
=====================================
@@ -0,0 +1,16 @@
+Date: Tue, 15 Sep 2020 13:36:04 +1200
+From: Michael Hudson-Doyle <michael.hudson at canonical.com>
+Bug-Debian: https://bugs.debian.org/969596
+Description: Only pass -msse4.1 to the compiler on amd64
+
+--- a/setup.py
++++ b/setup.py
+@@ -26,7 +26,7 @@
+ if platform.machine() in ["aarch64", "arm64"]:
+ include_dirs.append("sse2neon/")
+ extra_compile_args.extend(['-ftree-vectorize', '-DKSW_SSE2_ONLY', '-D__SSE2__'])
+-else:
++elif platform.machine() == "x86_64":
+ extra_compile_args.append('-msse4.1') # WARNING: ancient x86_64 CPUs don't have SSE4
+
+ def readme():
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ do_not_use_natbib.bst.patch
simde
ar.patch
link_mappy_to_libminimap.patch
+python-sse4-arch.patch
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/compare/b5f366890d4078d23dec03de90fd9de815de2f18...6d11febc366458e3e50c42bfeb5cf2cee37d720c
--
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/compare/b5f366890d4078d23dec03de90fd9de815de2f18...6d11febc366458e3e50c42bfeb5cf2cee37d720c
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/20200915/6e7114c5/attachment-0001.html>
More information about the debian-med-commit
mailing list