forked from mirrors/nixpkgs
Merge pull request #215306 from markuskowa/upd-mvapich
mvapich: 2.3.6 -> 2.3.7
This commit is contained in:
commit
71207e6d3d
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue