changeset 14176:fbfaafe0471b stable

NEWS: Add note about ARPACK being removed from source. * NEWS: Add note about ARPACK being removed from source.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Jan 2012 10:05:18 -0800
parents 3972c4caa60a
children 6b79540a0e52
files NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Jan 08 20:26:35 2012 -0800
+++ b/NEWS	Mon Jan 09 10:05:18 2012 -0800
@@ -3,6 +3,10 @@
 
  ** The PCRE library is now required to build Octave.
 
+ ** The ARPACK library is no longer distributed with Octave.
+    If you need the eigs() or svds() functions you must provide an external
+    ARPACK through a package manager or by compiling it yourself.
+
  ** Many of Octave's binary operators (.*, .^, +, -, ...) now perform
     automatic broadcasting for array operations that allows you to use
     operator notation instead of calling bsxfun or expanding arrays (and