mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mpich: remove "with lib" from meta
This commit is contained in:
parent
f89715531c
commit
37974f025b
@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i 's:FC="gfortran":FC=${gfortran}/bin/gfortran:' $out/bin/mpifort
|
sed -i 's:FC="gfortran":FC=${gfortran}/bin/gfortran:' $out/bin/mpifort
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
# As far as we know, --with-pmix silently disables all of `--with-pm`
|
# As far as we know, --with-pmix silently disables all of `--with-pm`
|
||||||
broken = pmixSupport && withPm != [ ];
|
broken = pmixSupport && withPm != [ ];
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
|
|||||||
url = "http://git.mpich.org/mpich.git/blob/a385d6d0d55e83c3709ae851967ce613e892cd21:/COPYRIGHT";
|
url = "http://git.mpich.org/mpich.git/blob/a385d6d0d55e83c3709ae851967ce613e892cd21:/COPYRIGHT";
|
||||||
fullName = "MPICH license (permissive)";
|
fullName = "MPICH license (permissive)";
|
||||||
};
|
};
|
||||||
maintainers = [ maintainers.markuskowa ];
|
maintainers = [ lib.maintainers.markuskowa ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user