Unverified Commit ede04b46 authored by Michael R. Crusoe's avatar Michael R. Crusoe
Browse files

Turn on SSE for i386.

parent 1ce8831f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
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@gmail.com>  Thu, 03 Jan 2019 00:21:01 -0800

samtools (1.9-1) unstable; urgency=medium

  * New upstream version
+1 −1
Original line number Diff line number Diff line
@@ -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/
+3 −0
Original line number Diff line number Diff line
@@ -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 $@