changeset 19332:ed1bf35dc11c stable

doc: Add note about compiling arpack with 64-bit integers when using --enable-64 (bug #43031). * install.txi: Note that arpack must be compiled with 64-bit integers when using --enable-64.
author Rik <rik@octave.org>
date Mon, 03 Nov 2014 22:07:27 -0800
parents 8d7e760bfa68
children ad2bb7315b41 a791930c3bda
files doc/interpreter/install.txi
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/install.txi	Sat Oct 11 16:01:28 2014 +0200
+++ b/doc/interpreter/install.txi	Mon Nov 03 22:07:27 2014 -0800
@@ -729,6 +729,16 @@
 @noindent
 Other systems may require a different solution.
 
+@item @sc{arpack} (http://forge.scilab.org/index.php/p/arpack-ng/)
+
+@itemize @minus
+@item Add @option{-fdefault-integer-8} to @env{FFLAGS} when running configure.
+
+@item Run @code{make} to build the library.
+
+@item Run @code{make install} to install the library.
+@end itemize
+
 @item ATLAS instead of reference @sc{blas} and @sc{lapack}
 
 Suggestions on how to compile ATLAS would be most welcome.