about summary refs log tree commit diff
path: root/pkgs/development/libraries/nlopt
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-16 10:59:52 +0200
committerPeter Simons <simons@cryp.to>2015-06-16 12:48:49 +0200
commitc9743be4458728ed803e00f2cc93b1a6594fd887 (patch)
treedccbdca2a33c77c730d7e381f5c83d4d3fde2e1f /pkgs/development/libraries/nlopt
parenta2a69400a47aca17daacb694bd8ce46d91d25007 (diff)
downloadnixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.tar
nixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.tar.gz
nixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.tar.bz2
nixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.tar.lz
nixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.tar.xz
nixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.tar.zst
nixlib-c9743be4458728ed803e00f2cc93b1a6594fd887.zip
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.
Diffstat (limited to 'pkgs/development/libraries/nlopt')
-rw-r--r--pkgs/development/libraries/nlopt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/nlopt/default.nix b/pkgs/development/libraries/nlopt/default.nix
index ad1944377271..080f09dfdf45 100644
--- a/pkgs/development/libraries/nlopt/default.nix
+++ b/pkgs/development/libraries/nlopt/default.nix
@@ -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
   };
 
 }