mpich2: add maintainer, update license
This commit is contained in:
parent
ff8b077071
commit
bd80130fd9
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Implementation of the Message Passing Interface (MPI) standard";
|
description = "Implementation of the Message Passing Interface (MPI) standard";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -38,9 +38,11 @@ stdenv.mkDerivation rec {
|
|||||||
version 2.
|
version 2.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.mcs.anl.gov/mpi/mpich2/;
|
homepage = http://www.mcs.anl.gov/mpi/mpich2/;
|
||||||
license = "free, see http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=license";
|
license = {
|
||||||
|
url = http://git.mpich.org/mpich.git/blob/a385d6d0d55e83c3709ae851967ce613e892cd21:/COPYRIGHT;
|
||||||
maintainers = [ ];
|
fullName = "MPICH license (permissive)";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
};
|
||||||
|
maintainers = [ maintainers.markuskowa ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user