From 865f8ae377a550b4059f1ddf7432befef96d7f99 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 19 Dec 2020 10:58:04 +0200 Subject: [PATCH] octave: Use latest sundials --- pkgs/development/interpreters/octave/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/interpreters/octave/default.nix b/pkgs/development/interpreters/octave/default.nix index 52649769640..67fca52dad5 100644 --- a/pkgs/development/interpreters/octave/default.nix +++ b/pkgs/development/interpreters/octave/default.nix @@ -43,7 +43,7 @@ , jdk ? null , python ? null , overridePlatforms ? null -, sundials_2 ? null +, sundials ? null # - Build Octave Qt GUI: , enableQt ? false , qtbase ? null @@ -134,7 +134,7 @@ in mkDerivation rec { ++ stdenv.lib.optionals (glpk != null) [ glpk ] ++ stdenv.lib.optionals (suitesparse != null) [ suitesparse' ] ++ stdenv.lib.optionals (enableJava) [ jdk ] - ++ stdenv.lib.optionals (sundials_2 != null) [ sundials_2 ] + ++ stdenv.lib.optionals (sundials != null) [ sundials ] ++ stdenv.lib.optionals (gnuplot != null) [ gnuplot ] ++ stdenv.lib.optionals (python != null) [ python ] ++ stdenv.lib.optionals (!stdenv.isDarwin) [ libGL libGLU libX11 ] @@ -152,7 +152,7 @@ in mkDerivation rec { fftwSinglePrec texinfo ] - ++ stdenv.lib.optionals (sundials_2 != null) [ sundials_2 ] + ++ stdenv.lib.optionals (sundials != null) [ sundials ] ++ stdenv.lib.optionals enableJIT [ llvm ] ++ stdenv.lib.optionals enableQt [ qtscript