[Pkg-octave-commit] [octave] 01/01: dblquad-s390x.diff: new patch, fixes FTBFS on s390x.

Sébastien Villemot sebastien at moszumanska.debian.org
Mon Jan 6 20:25:18 UTC 2014


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

sebastien pushed a commit to branch master
in repository octave.

commit 2e50deb69ccfda56a6a2687218b89118326a454d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jan 6 20:19:11 2014 +0000

    dblquad-s390x.diff: new patch, fixes FTBFS on s390x.
---
 debian/patches/dblquad-s390x.diff | 21 +++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/dblquad-s390x.diff b/debian/patches/dblquad-s390x.diff
new file mode 100644
index 0000000..b9780a6
--- /dev/null
+++ b/debian/patches/dblquad-s390x.diff
@@ -0,0 +1,21 @@
+Description: Disable a test of dblquad.m
+ That test makes the testsuite crash on s390x. It still needs investigation.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: no
+Last-Update: 2014-01-06
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: octave/scripts/general/dblquad.m
+===================================================================
+--- octave.orig/scripts/general/dblquad.m	2014-01-02 19:28:07.000000000 +0000
++++ octave/scripts/general/dblquad.m	2014-01-06 18:35:00.000000000 +0000
+@@ -75,9 +75,6 @@
+ endfunction
+ 
+ 
+-%% Nasty integrand to show quadcc off
+-%!assert (dblquad (@(x,y) 1 ./ (x+y), 0, 1, 0, 1), 2*log (2), 1e-6)
+-
+ %!assert (dblquad (@(x,y) exp (-x.^2 - y.^2) , -1, 1, -1, 1, 1e-6, @quadgk), pi * erf (1).^2, 1e-6)
+ %!assert (dblquad (@(x,y) exp (-x.^2 - y.^2) , -1, 1, -1, 1, 1e-6, @quadl), pi * erf (1).^2, 1e-6)
+ %!assert (dblquad (@(x,y) exp (-x.^2 - y.^2) , -1, 1, -1, 1, 1e-6, @quadv), pi * erf (1).^2, 1e-6)
diff --git a/debian/patches/series b/debian/patches/series
index eea0381..165c0d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ add_info_dir_categories
 mkoctfile-mpi.diff
 octave-cli-manpage.diff
 doc-compressed-info.diff
+dblquad-s390x.diff

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list