[med-svn] [pirs] 01/03: Add patch fixing spelling of sse2 option.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Nov 30 13:23:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch staging
in repository pirs.
commit 70714ef73e440f6aaeeb86d4ab046ff08a2f58cd
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Nov 30 12:41:12 2016 +0000
Add patch fixing spelling of sse2 option.
---
debian/patches/Fix-spelling-of-sse2-option.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/Fix-spelling-of-sse2-option.patch b/debian/patches/Fix-spelling-of-sse2-option.patch
new file mode 100644
index 0000000..d86820d
--- /dev/null
+++ b/debian/patches/Fix-spelling-of-sse2-option.patch
@@ -0,0 +1,21 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Wed, 30 Nov 2016 12:40:15 +0000
+Subject: Fix spelling of sse2 option.
+
+---
+ src/configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/configure.ac b/src/configure.ac
+index 7ae5247..09c77f5 100644
+--- a/src/configure.ac
++++ b/src/configure.ac
+@@ -55,7 +55,7 @@ AC_SUBST([OPENMP_CXXFLAGS], [$OPENMP_CXXFLAGS])
+
+ AC_MSG_CHECKING([Whether to include support for SSE2 instructions])
+ AC_ARG_ENABLE([sse2],
+- AS_HELP_STRING([--disable-ssse2],
++ AS_HELP_STRING([--disable-sse2],
+ [Use non-SSE2 version of Mersenne Twister]),
+ [HAVE_SSE2=$enableval],
+ [HAVE_SSE2=yes])
diff --git a/debian/patches/series b/debian/patches/series
index 14d3581..c4e1235 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
use_debian_packaged_libgzstream.patch
+Fix-spelling-of-sse2-option.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pirs.git
More information about the debian-med-commit
mailing list