sundials: 4.1.0 -> 5.0.0

This commit is contained in:
Sébastien Maret
2019-12-04 15:49:49 +01:00
parent 93223f5cc3
commit 2b78a4ec37
2 changed files with 2 additions and 49 deletions
@@ -12,14 +12,14 @@ let liblapackShared = liblapack.override {
in stdenv.mkDerivation rec {
pname = "sundials";
version = "4.1.0";
version = "5.0.0";
buildInputs = [ python ] ++ stdenv.lib.optionals (lapackSupport) [ gfortran ];
nativeBuildInputs = [ cmake ];
src = fetchurl {
url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz";
sha256 = "19ca4nmlf6i9ijqcibyvpprxzsdfnackgjs6dw51fq13gg1f2398";
sha256 = "1lvx5pddjxgyr8kqlira36kxckz7nxwc8xilzfyx0hf607n42l9l";
};
patches = [
@@ -33,8 +33,6 @@ in stdenv.mkDerivation rec {
url = "https://github.com/LLNL/sundials/pull/20/commits/2d951bbe1ff7842fcd0dafa28c61b0aa94015f66.patch";
sha256 = "0lcr6m4lk14yqrxah4rdscpczny5l7m1zpfsjh8bgspadfsgk512";
})
# https://github.com/LLNL/sundials/pull/21
./tests-parallel.patch
];
cmakeFlags = [