forked from mirrors/nixpkgs
nlopt: broken by recent octave 4.x update
See http://hydra.cryp.to/build/932458/nixlog/1/raw for a complete build log. The issue is known upstream at https://github.com/stevengj/nlopt/issues/33.
This commit is contained in:
parent
a2a69400a4
commit
c9743be445
|
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://ab-initio.mit.edu/nlopt/";
|
||||
description = "Free open-source library for nonlinear optimization";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
broken = true; # cannot cope with Octave 4.x
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue