Update Octave to 3.8.0
This commit is contained in:
parent
30ddb92a2d
commit
75f97f5299
@ -3,13 +3,13 @@ libX11, graphicsmagick, pcre, liblapack, texLive, pkgconfig, mesa, fltk,
|
|||||||
fftw, fftwSinglePrec, zlib, curl, qrupdate }:
|
fftw, fftwSinglePrec, zlib, curl, qrupdate }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.6.4";
|
version = "3.8.0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "octave-${version}";
|
name = "octave-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/octave/${name}.tar.bz2";
|
url = "mirror://gnu/octave/${name}.tar.bz2";
|
||||||
sha256 = "0qn9s7jrjmrn6w3rvp8d7vfnymyv0spnxzrp9l7p8p8zb7wms67s";
|
sha256 = "1yclb8p4mcx9xcjajyynxfnc5spw90lp44d84v56ksrlvp3314si";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11
|
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11
|
||||||
|
Loading…
Reference in New Issue
Block a user