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.

(cherry picked from commit a6f1024b1f)

Conflicts:
	pkgs/top-level/all-packages.nix
This commit is contained in:
Lluís Batlle i Rossell 2015-02-23 10:20:12 +01:00
parent 78e0e8e556
commit 781666da50
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

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