summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/octave
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-12-19 10:58:04 +0200
committerDoron Behar <doron.behar@gmail.com>2020-12-19 10:58:04 +0200
commit865f8ae377a550b4059f1ddf7432befef96d7f99 (patch)
treec8ca3bcdc1ce4e64007dae16a90b3b671ab99e36 /pkgs/development/interpreters/octave
parent421e81780c7e68b119e6a344a7c412b74d4e75d4 (diff)
octave: Use latest sundials
Diffstat (limited to 'pkgs/development/interpreters/octave')
-rw-r--r--pkgs/development/interpreters/octave/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/octave/default.nix b/pkgs/development/interpreters/octave/default.nix
index 526497696409..67fca52dad51 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