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:
Peter Simons
2015-06-16 12:48:49 +02:00
parent a2a69400a4
commit c9743be445
+1 -1
View File
@@ -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
};
}