help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling Octave with 64-bit indexing


From: Johannes Zarl
Subject: Compiling Octave with 64-bit indexing
Date: Wed, 13 Aug 2014 17:20:16 +0200
User-agent: KMail/1.13.7 (Linux/3.10-0.bpo.3-amd64; KDE/4.8.4; x86_64; ; )

Hi,

I'm currently trying to build octave with 64-bit indexing. So far, the 
respective section[1] in the manual has been quite valueable.

One thing that is missing from this guide, though, is that one has to compile 
ARPACK with 64-bit integers as well.

It may be obvious to some people, and the ./configure also mentions it, but 
since there is no real diagnostic (just a segfault in the arpack feature test) 
it would be great if this could be added to the manual:

###
ARPACK (http://forge.scilab.org/index.php/p/arpack-ng/)
 - Add -fdefault-integer-8 to FFLAGS when running configure:
   FFLAGS="-fdefault-integer-8" ./configure
 - Run make to build the library.
 - Run make check to run some basic sanity tests (optional).
 - Run make install to install the library.
###

Thanks,
  Johannes

[1] http://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-
with-64_002dbit-Indexing.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]