mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
python3Packages.mpi4py: cleanup inputs and meta data
This commit is contained in:
parent
4ab518fd62
commit
751f0f8316
@ -41,11 +41,13 @@ buildPythonPackage rec {
|
||||
|
||||
setupPyBuildFlags = ["--mpicc=${mpi}/bin/mpicc"];
|
||||
|
||||
nativeBuildInputs = [ mpi openssh ];
|
||||
nativeBuildInputs = [ mpi ];
|
||||
|
||||
checkInputs = [ openssh ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for the Message Passing Interface standard";
|
||||
homepage = "https://bitbucket.org/mpi4py/mpi4py/";
|
||||
license = licenses.bsd3;
|
||||
homepage = "https://github.com/mpi4py/mpi4py";
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user