32
edits
(→arpack-ng: add qrupdate, before) |
(→Octave itself: rc3 => rc4) |
||
Line 371: | Line 371: | ||
cd $downloads | cd $downloads | ||
wget ftp://alpha.gnu.org/gnu/octave/octave-4.2.0- | wget ftp://alpha.gnu.org/gnu/octave/octave-4.2.0-rc4.tar.lz | ||
Start from a clean state | Start from a clean state | ||
Line 382: | Line 382: | ||
cd $buildroot | cd $buildroot | ||
tar --no-same-owner -xvf $downloads/octave-4.2.0- | tar --no-same-owner -xvf $downloads/octave-4.2.0-rc4.tar.lz | ||
cd octave-4.2.0- | cd octave-4.2.0-rc4 | ||
mkdir build-; cd $_ | mkdir build-; cd $_ |
edits