mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 19:14:14 +00:00
openmpi: split outputs -> out, man
This commit is contained in:
parent
41ecbefae5
commit
5c7a363f9c
@ -43,6 +43,8 @@ in stdenv.mkDerivation rec {
|
|||||||
find -name "Makefile.in" -exec sed -i "s/\`date\`/$ts/" \{} \;
|
find -name "Makefile.in" -exec sed -i "s/\`date\`/$ts/" \{} \;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
buildInputs = [ zlib ]
|
buildInputs = [ zlib ]
|
||||||
++ lib.optionals stdenv.isLinux [ libnl numactl pmix ucx ]
|
++ lib.optionals stdenv.isLinux [ libnl numactl pmix ucx ]
|
||||||
++ lib.optionals cudaSupport [ cudatoolkit ]
|
++ lib.optionals cudaSupport [ cudatoolkit ]
|
||||||
|
Loading…
Reference in New Issue
Block a user