nvidia-thrust: one-liner meta.description
Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
This commit is contained in:
co-authored by
Samuel Ainsworth
parent
79046b7a5e
commit
22eaf090a1
@@ -71,10 +71,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = ''
|
||||
A high-level C++ parallel algorithms library
|
||||
that builds on top of CUDA, TBB, OpenMP, etc.
|
||||
'';
|
||||
description = "A high-level C++ parallel algorithms library that builds on top of CUDA, TBB, OpenMP, etc";
|
||||
homepage = "https://github.com/NVIDIA/thrust";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user