[med-svn] [iqtree] 04/06: Do not use -m32 and -msse flags
Andreas Tille
tille at debian.org
Tue Feb 2 08:04:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository iqtree.
commit c69d762748dd8fca2f432236f066a030749e2349
Author: Andreas Tille <tille at debian.org>
Date: Tue Feb 2 08:44:02 2016 +0100
Do not use -m32 and -msse flags
---
debian/changelog | 2 ++
debian/patches/series | 1 +
debian/patches/sse.patch | 25 +++++++++++++++++++++++++
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cc4f5b0..664d4cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
iqtree (1.3.13+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
+ * Do not use -m32 and -msse3 flags
+ Closes: #813436
-- Andreas Tille <tille at debian.org> Tue, 02 Feb 2016 08:41:45 +0100
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..d39c0f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
spelling.patch
+sse.patch
diff --git a/debian/patches/sse.patch b/debian/patches/sse.patch
new file mode 100644
index 0000000..5bf9a57
--- /dev/null
+++ b/debian/patches/sse.patch
@@ -0,0 +1,25 @@
+Description: Do not use -m32 and -msse3 flags
+Bug-Debian: https://bugs.debian.org/813436
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 02 Feb 2016 08:41:45 +0100
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -168,7 +168,7 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 4 OR IQTREE
+ endif()
+ SET(EXE_SUFFIX "${EXE_SUFFIX}32")
+ if (GCC OR CLANG)
+- set(COMBINED_FLAGS "${COMBINED_FLAGS} -m32")
++ set(COMBINED_FLAGS "${COMBINED_FLAGS}")
+ endif()
+ add_definitions(-DBINARY32)
+ else()
+@@ -233,7 +233,7 @@ SET(SSE_FLAGS "")
+ if (VCC)
+ set(SSE_FLAGS "/arch:SSE2 -D__SSE3__")
+ elseif (GCC OR CLANG)
+- set(SSE_FLAGS "-msse3")
++ set(SSE_FLAGS "")
+ elseif (ICC)
+ if (WIN32)
+ set(SSE_FLAGS "/arch:SSE3")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iqtree.git
More information about the debian-med-commit
mailing list