Update create_octave.sh
This commit is contained in:
parent
15258d5855
commit
307b98418d
1 changed files with 11 additions and 0 deletions
|
|
@ -1 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
OCTAVE_VERSION=8.4.0
|
||||
|
||||
wget -c https://mirrors.kernel.org/gnu/octave/octave-${OCTAVE_VERSION}.tar.gz
|
||||
tar -xvf octave-${OCTAVE_VERSION}.tar.gz
|
||||
cd octave-${OCTAVE_VERSION}
|
||||
mkdir build && cd build
|
||||
../configure --prefix=/opt/octave/${OCTAVE_VERSION} --enable-64 --enable-readline --with-blas --with-lapack --with-fftw3 --with-qt --with-magick
|
||||
make
|
||||
make check
|
||||
make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue