From 869f202e524f2c78fcb83c12eba773dca4c62799 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Mon, 4 Aug 2025 18:14:21 +0200 Subject: [PATCH] gnu: tbb: Improve description. * gnu/packages/tbb.scm (tbb): Improve description. Change-Id: Ib3daa56f3b67633d604e8156aceeea5ae31830bc Signed-off-by: Efraim Flashner --- gnu/packages/tbb.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm index 32729f2197c17117bda471fcf166eb706e006b74..2485d7ff5c3d06ed4894312e68a9eebef72e041b 100644 --- a/gnu/packages/tbb.scm +++ b/gnu/packages/tbb.scm @@ -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