3
0
Fork 0
forked from mirrors/nixpkgs

octave: generate the documentation

I find octave quite unusable, without its help pages. Recently it started to
require gnuplot to generate them (even the text-only).

I also enabled parallel building. A comment from 2012 said about spurious
failures if it were enabled, but I don't know if these happen again. Let's
enable it to see.
This commit is contained in:
Lluís Batlle i Rossell 2015-02-23 10:20:12 +01:00
parent 58a004999b
commit a6f1024b1f
2 changed files with 1 additions and 4 deletions

View file

@ -31,9 +31,7 @@ stdenv.mkDerivation rec {
# there is a mysterious sh: command not found
doCheck = false;
/* The build failed with a missing libranlib.la in hydra,
but worked on my computer. I think they have concurrency problems */
enableParallelBuilding = false;
enableParallelBuilding = true;
configureFlags = [ "--enable-readline" "--enable-dl" ];

View file

@ -4064,7 +4064,6 @@ let
glpk = null;
suitesparse = null;
openjdk = null;
gnuplot = null;
};
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
fltk = fltk13;