petsc: 3.14.3 -> 3.16.1

This commit is contained in:
R. Ryantm
2021-12-08 07:54:17 +00:00
parent 5753b89152
commit f6e3fb9e9d
@@ -18,11 +18,11 @@ assert petsc-withp4est -> p4est.mpiSupport;
stdenv.mkDerivation rec {
pname = "petsc";
version = "3.14.3";
version = "3.16.1";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
sha256 = "sha256-1rdyLNSH8jMkmIg88uHMN3ZXqTHAtzU1adybJEZzJ9M=";
sha256 = "sha256-kJz3vOe2oN2yWAoayVAqoBYx7EEFxxZZTBgE8O4eoGo=";
};
mpiSupport = !withp4est || p4est.mpiSupport;