[med-svn] [clonalorigin] 02/04: Drop -msse for portability reasons

Andreas Tille tille at debian.org
Wed Dec 13 07:28:08 UTC 2017


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

tille pushed a commit to branch master
in repository clonalorigin.

commit b5fa36783a22cbf33f90978c4e08bbcab06bc763
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 13 08:26:19 2017 +0100

    Drop -msse for portability reasons
---
 debian/changelog                 |  7 +++++++
 debian/patches/portability.patch | 15 +++++++++++++++
 debian/patches/series            |  3 ++-
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6f60846..b0acd5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+clonalorigin (1.0-2) UNRELEASED; urgency=medium
+
+  * Drop -msse for portability reasons
+    Closes: #884206
+
+ -- Andreas Tille <tille at debian.org>  Wed, 13 Dec 2017 08:25:58 +0100
+
 clonalorigin (1.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #883686)
diff --git a/debian/patches/portability.patch b/debian/patches/portability.patch
new file mode 100644
index 0000000..954709d
--- /dev/null
+++ b/debian/patches/portability.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 02 Dec 2017 17:06:16 +0100
+Description: Drop -msse for portability reasons
+
+--- a/warg/src/Makefile.am
++++ b/warg/src/Makefile.am
+@@ -1,7 +1,7 @@
+ bin_PROGRAMS = warg
+ 
+ #OPTIMIZATION = -O1 -g -Wall
+-OPTIMIZATION = -O3 -Wall -mfpmath=sse -msse -msse2 -funroll-loops -fomit-frame-pointer -ftree-vectorize -funsafe-math-optimizations
++OPTIMIZATION = -O3 -Wall -funroll-loops -fomit-frame-pointer -ftree-vectorize -funsafe-math-optimizations
+ warg_CXXFLAGS = $(GSL_CFLAGS) $(OPTIMIZATION) -Wall
+ warg_LDFLAGS = $(OPTIMIZATION)
+ warg_LDADD = $(GSL_LIBS)
diff --git a/debian/patches/series b/debian/patches/series
index 912bc1f..831ad62 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-qt5.patch
+# qt5.patch # do not remove this patch completely
+portability.patch

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



More information about the debian-med-commit mailing list