User Tools

Site Tools


guide:compiling_octave_3_2_4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
guide:compiling_octave_3_2_4 [2011/12/07 13:35]
hamish [Configuration]
guide:compiling_octave_3_2_4 [2021/12/09 16:42] (current)
Line 54: Line 54:
    $ cd BUILD    $ cd BUILD
 Without any prerequisites packages Without any prerequisites packages
-   $ ../configure --prefix=$HOME --without-framework-opengl --without-fftw --disable-shared --enable-static --disable-ld+   $ ../configure --prefix=$HOME --without-framework-opengl --without-fftw
 With additional package/library  With additional package/library 
    $ export LDFLAGS="-L$HOME/lib"    $ export LDFLAGS="-L$HOME/lib"
    $ export CXXFLAGS="-L$HOME/lib"    $ export CXXFLAGS="-L$HOME/lib"
-   $ ../configure --prefix=$HOME --without-framework-opengl --disable-shared --enable-static --disable-ld +   $ ../configure --prefix=$HOME --without-framework-opengl  
 +   
 After configuration is complete, alot of warning about missing libraries are given After configuration is complete, alot of warning about missing libraries are given
      
Line 83: Line 83:
   $ make install    $ make install 
      
-Restore you .bashrc file, and clean up your installation files+Clean up your installation files. Restore/Setup your .bashrc file, 
 +  export LD_LIBRARY_PATH=$HOME/lib64:$LD_LIBRARY_PATH 
 +  export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH 
 +  export PATH=$HOME/bin:$PATH 
 +   
 +for running octave on the worker nodes, you may need to make a copy of the libblas libraries placed in a folder on the ld_library_path ... 
 +  $ cd $HOME/lib 
 +  $ cp /usr/lib64/libblas.* ./
/app/dokuwiki/data/attic/guide/compiling_octave_3_2_4.1323257732.txt.gz · Last modified: 2021/12/09 16:42 (external edit)