Merge pull request #149554 from r-ryantm/auto-update/petsc

petsc: 3.14.3 -> 3.16.1
This commit is contained in:
Jörg Thalheim 2021-12-08 15:33:38 +00:00 committed by GitHub
commit 946915d55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;