~ruther/guix-local

869f202e524f2c78fcb83c12eba773dca4c62799 — Cayetano Santos 1 year, 2 months ago 01db3e9
gnu: tbb: Improve description.

* gnu/packages/tbb.scm (tbb): Improve description.

Change-Id: Ib3daa56f3b67633d604e8156aceeea5ae31830bc
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/tbb.scm
M gnu/packages/tbb.scm => gnu/packages/tbb.scm +5 -5
@@ 82,11 82,11 @@
    (home-page "https://uxlfoundation.github.io/oneTBB/")
    (synopsis "C++ library for parallel programming")
    (description
     "Threading Building Blocks (TBB) is a C++ runtime library that abstracts
the low-level threading details necessary for optimal multi-core performance.
It uses common C++ templates and coding style to eliminate tedious threading
implementation work.  It provides parallel loop constructs, asynchronous
tasks, synchronization primitives, atomic operations, and more.")
     "@acronym{TBB, Threading Building Blocks} is a C++ runtime library that
abstracts the low-level threading details necessary for optimal multi-core
performance.  It uses common C++ templates and coding style to eliminate
tedious threading implementation work.  It provides parallel loop constructs,
asynchronous tasks, synchronization primitives, atomic operations, and more.")
    (license asl2.0)))

(define-public python-tbb