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:
parent
58a004999b
commit
a6f1024b1f
|
@ -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" ];
|
||||
|
||||
|
|
|
@ -4064,7 +4064,6 @@ let
|
|||
glpk = null;
|
||||
suitesparse = null;
|
||||
openjdk = null;
|
||||
gnuplot = null;
|
||||
};
|
||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||
fltk = fltk13;
|
||||
|
|
Loading…
Reference in a new issue