tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
petsc: 3.19.1 -> 3.19.2
R. Ryantm
2 years ago
32a6ff3e
e3f7ddd4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
science
math
petsc
default.nix
+2
-2
pkgs/development/libraries/science/math/petsc/default.nix
···
18
18
19
19
stdenv.mkDerivation rec {
20
20
pname = "petsc";
21
21
-
version = "3.19.1";
21
21
+
version = "3.19.2";
22
22
23
23
src = fetchurl {
24
24
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
25
25
-
sha256 = "sha256-dNtgxTyAtI1cOeB7w5qIPsztiLnySl3hfPb0hakD4SA=";
25
25
+
sha256 = "sha256-EU82P3ebsWg5slwOcPiwrg2UfVDnL3xs3csRsAEHmxY=";
26
26
};
27
27
28
28
mpiSupport = !withp4est || p4est.mpiSupport;