[med-svn] [snap-aligner] 01/01: drop -msse flag

Michael Crusoe misterc-guest at moszumanska.debian.org
Sun Jan 24 13:05:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository snap-aligner.

commit 18f64ea72c4581dc1766c8ace130983b0511d611
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Sun Jan 24 01:26:02 2016 -0800

    drop -msse flag
---
 debian/changelog         |  6 ++++++
 debian/patches/drop-msse | 14 ++++++++++++++
 debian/patches/series    |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1c48f3a..0017a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+snap-aligner (0.18~1.0~beta.18+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Drop -msse flag for wider platform compatibility
+
+ -- Michael R. Crusoe <crusoe at ucdavis.edu>  Sun, 24 Jan 2016 01:25:27 -0800
+
 snap-aligner (0.18~1.0~beta.18+dfsg1-1) unstable; urgency=low
 
   * Initial release (Closes: #800340)
diff --git a/debian/patches/drop-msse b/debian/patches/drop-msse
new file mode 100644
index 0000000..5159587
--- /dev/null
+++ b/debian/patches/drop-msse
@@ -0,0 +1,14 @@
+Author: Michael R. Crusoe
+Description: drop SSE flag, not needed for AMD64 and x32 and limits portability
+according to Aaron M. Ucko <ucko at debian.org>
+--- snap-aligner.orig/Makefile
++++ snap-aligner/Makefile
+@@ -2,7 +2,7 @@
+   CXXFLAGS = -O3 -Wno-format
+ endif
+ 
+-CXXFLAGS += -MMD -ISNAPLib -msse
++CXXFLAGS += -MMD -ISNAPLib
+ 
+ LDFLAGS += -pthread
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5acb609..d90f929 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+drop-msse
 spelling
 finish-rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snap-aligner.git



More information about the debian-med-commit mailing list