Merge pull request #37973 from ryantm/auto-update/petsc

petsc: 3.8.3 -> 3.8.4
This commit is contained in:
Matthew Justin Bauer 2018-03-31 19:23:44 -05:00 committed by GitHub
commit 5090611d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
name = "petsc-${version}";
version = "3.8.3";
version = "3.8.4";
src = fetchurl {
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
sha256 = "1b1yr93g6df8kx10ri2y26bp3l3w3jv10r80krnarbvyjgnw7y81";
sha256 = "1iy49gagxncx09d88kxnwkj876p35683mpfk33x37165si6xqy4z";
};
nativeBuildInputs = [ blas gfortran.cc.lib liblapack python ];