[med-svn] [phyml] 01/01: Do not emit -march=native
Graham Inggs
ginggs at moszumanska.debian.org
Fri Jun 30 11:00:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository phyml.
commit f942f9650c06df1d7e26e22caf7db113a2ee5c2c
Author: Graham Inggs <ginggs at debian.org>
Date: Fri Jun 30 13:00:17 2017 +0200
Do not emit -march=native
---
debian/changelog | 7 +++++++
debian/patches/no-march-native.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3f69e7a..7afafa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+phyml (3:3.3.20170530+dfsg-2) UNRELEASED; urgency=medium
+
+ * Team upload
+ * Do not emit -march=native (Closes: #866139)
+
+ -- Graham Inggs <ginggs at debian.org> Fri, 30 Jun 2017 12:57:37 +0200
+
phyml (3:3.3.20170530+dfsg-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/patches/no-march-native.patch b/debian/patches/no-march-native.patch
new file mode 100644
index 0000000..0cd136c
--- /dev/null
+++ b/debian/patches/no-march-native.patch
@@ -0,0 +1,15 @@
+Description: Do not emit -march=native
+Bug-Debian: https://bugs.debian.org/866139
+Author: Graham Inggs <ginggs at debian.org>
+Last-Update: 2017-06-30
+--- a/configure.ac
++++ b/configure.ac
+@@ -57,7 +57,7 @@
+ AC_FUNC_VPRINTF
+ AC_CHECK_FUNCS([floor pow rint sqrt strchr strstr])
+
+-VECTOR_FLAG=-march=native
++dnl VECTOR_FLAG=-march=native
+ dnl VECTOR_FLAG=-msse3
+ dnl VECTOR_FLAG=-mavx
+ dnl VECTOR_FLAG=
diff --git a/debian/patches/series b/debian/patches/series
index 785dd71..a63ca8c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ no-stdc++.patch
no-configure-ac-date.patch
fix_declaration_of_temp.patch
fix_wrong_initialisation_of_array.patch
+no-march-native.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phyml.git
More information about the debian-med-commit
mailing list