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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
