Octave for Debian systems: Difference between revisions

→‎Java JIT: rename to JAVA (java and Octave JIT have nothing to do with one another)
(→‎HDF5: remove duplicated reference to issue with different solution. Favour use of --with-hdf5 flags)
(→‎Java JIT: rename to JAVA (java and Octave JIT have nothing to do with one another))
Line 292: Line 292:
<code>./configure LD_LIBRARY_PATH=/opt/OpenBLAS/lib CPPFLAGS=-I/opt/OpenBLAS/include LDFLAGS=-L/opt/OpenBLAS/lib --enable-64</code>
<code>./configure LD_LIBRARY_PATH=/opt/OpenBLAS/lib CPPFLAGS=-I/opt/OpenBLAS/include LDFLAGS=-L/opt/OpenBLAS/lib --enable-64</code>


==== Java JIT ====
==== Java ====


To get the just-in-time compiler, you should specify the location of the java compiler since the autodetection script often fails.
Autodetection for java should work well in Debian systems. It can still be
specified by defining {{codeline|JAVA_HOME}}


<code>./configure JAVA_HOME="/usr/lib/jvm/java-7-openjdk-amd64" --enable-jit</code>
    ./configure JAVA_HOME="/usr/lib/jvm/java-7-openjdk-amd64"


==== HDF5 ====
==== HDF5 ====