diff NEWS @ 9799:cfd0aa788ae1

remove reference blas and lapack sources
author John W. Eaton <jwe@octave.org>
date Tue, 10 Nov 2009 23:07:25 -0500
parents 30d62079c493
children b2a282c37217
line wrap: on
line diff
--- a/NEWS	Tue Nov 10 19:48:02 2009 -0500
+++ b/NEWS	Tue Nov 10 23:07:25 2009 -0500
@@ -1,6 +1,10 @@
 Summary of important user-visible changes for version 3.3:
 ---------------------------------------------------------
 
+ ** BLAS and LAPACK libraries are now required to build Octave.  The
+    subset of the reference BLAS and LAPACK libraries has been removed
+    from the Octave sources.
+
  ** The `lookup' function was extended to be more useful for general-purpose
     binary searching. Using this improvement, the ismember function was
     rewritten for significantly better performance.