[Pkg-octave-commit] [SCM] octave-linear-algebra branch, master, updated. 899fbe74a2fb70cc3eb7a7097f960d7c9fac2145

Thomas Weber thomas.weber.mail at gmail.com
Thu Dec 31 09:18:06 UTC 2009


The following commit has been merged in the master branch:
commit e68dce26bc62a06511e265cd461883e304ce7055
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Tue Dec 29 18:16:11 2009 +0100

    Remove patch smwsolve-norm-in-test.diff

diff --git a/debian/changelog b/debian/changelog
index dd2667a..8b1f84e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
-octave-linear-algebra (1.0.7-2) UNRELEASED; urgency=low
+octave-linear-algebra (1.0.8-1) UNRELEASED; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
     package is built against octave3.2
+  
+  [ Thomas Weber ]
+  * New upstream release
+  * Removed patch smwsolve-norm-in-test.diff, no more necessary for octave3.2
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:06:59 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index be57771..8d1c8b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-smwsolve-norm-in-test.diff
+ 
diff --git a/debian/patches/smwsolve-norm-in-test.diff b/debian/patches/smwsolve-norm-in-test.diff
deleted file mode 100644
index 6b29bc4..0000000
--- a/debian/patches/smwsolve-norm-in-test.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-Calling norm() with 'cols' as the norm type argument does not work in Octave
-3.0.5.  Replaced the offending code with a explicit computation of the
-norms for each column,
-
-This patch must be removed when Octave 3.2 is released.
-
- -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 22:02:06 +0200
-
---- a/inst/smwsolve.m
-+++ b/inst/smwsolve.m
-@@ -71,8 +71,8 @@
- 
- %!test
- %! A = 2.1*eye (10);
--%! u = rand (10, 2); u /= diag (norm (u, "cols")); 
--%! v = rand (10, 2); v /= diag (norm (v, "cols"));
-+%! u = rand (10, 2); u /= diag ([norm(u(:,1)),norm(u(:,2))]);
-+%! v = rand (10, 2); v /= diag ([norm(v(:,1)),norm(v(:,2))]);
- %! b = rand (10, 2);
- %! x1 = (A + u*v') \ b;
- %! x2 = smwsolve (A, u, v, b);

-- 
octave-linear-algebra



More information about the Pkg-octave-commit mailing list