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. (cherry picked from commit a6f1024b1f2235825d7b441125db2e0d42febdd1) Conflicts: pkgs/top-level/all-packages.nix
This commit is contained in:
parent
78e0e8e556
commit
781666da50
@ -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" ];
|
||||
|
||||
|
@ -4380,7 +4380,6 @@ let
|
||||
glpk = null;
|
||||
suitesparse = null;
|
||||
jdk = null;
|
||||
gnuplot = null;
|
||||
};
|
||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||
fltk = fltk13;
|
||||
|
Loading…
Reference in New Issue
Block a user