[med-svn] [Git][med-team/samtools][master] Turn on SSE for i386.
Michael R. Crusoe
gitlab at salsa.debian.org
Thu Jan 3 08:23:35 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / samtools
Commits:
ede04b46 by Michael R. Crusoe at 2019-01-03T08:21:12Z
Turn on SSE for i386.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+samtools (1.9-2) unstable; urgency=medium
+
+ * Team upload.
+ * Turn on SSE for i386. Closes: #917957
+ * Standards-Version: 4.3.0
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Thu, 03 Jan 2019 00:21:01 -0800
+
samtools (1.9-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 11~),
pkg-config,
tabix (>= 1.0)
# tabix is needed for the regression tests.
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/samtools
Vcs-Git: https://salsa.debian.org/med-team/samtools.git
Homepage: http://www.htslib.org/
=====================================
debian/rules
=====================================
@@ -4,6 +4,9 @@ export DH_VERBOSE=1
export CURSES_LIB=-lcurses
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+ifneq (,$(filter $(DEB_HOST_ARCH),i386 kfreebsd-i386 hurd-i386))
+ export DEB_CFLAGS_MAINT_APPEND=-msse -mfpmath=sse
+endif
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/samtools/commit/ede04b46d3e196f8a7dfae48b534599412230ba5
--
View it on GitLab: https://salsa.debian.org/med-team/samtools/commit/ede04b46d3e196f8a7dfae48b534599412230ba5
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/20190103/912c8b2c/attachment-0001.html>
More information about the debian-med-commit
mailing list