# HG changeset patch # User jwe # Date 1022376412 0 # Node ID b2133db551dd60fbc5c226c63c0c2bbe7e8356a4 # Parent 5a848097fe4a8d1c7e153cb03ca5aa738aed155a [project @ 2002-05-26 01:26:52 by jwe] diff --git a/doc/interpreter/install.txi b/doc/interpreter/install.txi --- a/doc/interpreter/install.txi +++ b/doc/interpreter/install.txi @@ -83,7 +83,7 @@ functions @code{dlopen} or @code{shl_load} and friends so that Octave can load functions at run time that are not loaded at compile time. -@item --without-fastblas +@item --without-blas Compile and use the generic BLAS and LAPACK versions included with Octave. By default, configure first looks for BLAS and LAPACK matrix libraries on your system, including optimized BLAS implementations such @@ -91,7 +91,7 @@ an optimized BLAS will generally result in several-times faster matrix operations.) Only use this option if your system has BLAS/LAPACK libraries that cause problems for some reason. You can also use -@code{--with-fastblas=lib} to specify a particular BLAS library +@code{--with-blas=lib} to specify a particular BLAS library @code{-llib} that configure doesn't check for automatically. @item --help