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

petsc: 3.13.3 -> 3.13.4
This commit is contained in:
Daniël de Kok 2020-08-27 08:47:56 +02:00 committed by GitHub
commit 418f1bc30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "petsc";
version = "3.13.3";
version = "3.13.4";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
sha256 = "0fhydhws57hvxv7mkldlicm2xmmnb9f4nhd8n16idxg4snck38vz";
sha256 = "1n2paqw5c0ja392s1qhp7q2ypwav8s5drxxz2w5m2cn31vbspy1c";
};
nativeBuildInputs = [ blas gfortran gfortran.cc.lib lapack python ];