3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #215306 from markuskowa/upd-mvapich

mvapich: 2.3.6 -> 2.3.7
This commit is contained in:
markuskowa 2023-02-08 17:53:04 +01:00 committed by GitHub
commit 71207e6d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@ assert builtins.elem network [ "ethernet" "infiniband" "omnipath" ];
stdenv.mkDerivation rec {
pname = "mvapich";
version = "2.3.6";
version = "2.3.7";
src = fetchurl {
url = "http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-${version}.tar.gz";
sha256 = "0jd28vy9ivl3rcpkxmhw73b6krzm0pd9jps8asw92wa00lm2z9mk";
sha256 = "sha256-w5pEkvS+UN9hAHhXSLoolOI85FCpQSgYHVFtpXV3Ua4=";
};
nativeBuildInputs = [ pkg-config bison makeWrapper gfortran ];