mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
* added openmpi
svn path=/nixpkgs/trunk/; revision=15868
This commit is contained in:
parent
c8245719f6
commit
9f7731c3d6
10
pkgs/development/libraries/openmpi/default.nix
Normal file
10
pkgs/development/libraries/openmpi/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openmpi-1.3.2";
|
||||
src = fetchurl {
|
||||
url = http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-1.3.2.tar.gz ;
|
||||
sha256 = "1n7c0y4nidm0ha23ic7f872qh3296rh2177r1wqqs83k2ma7xxxb";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in a new issue