diff options
| author | Nigko Yerden <nigko.yerden@gmail.com> | 2025-12-25 10:39:37 +0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-02 21:47:24 +0000 |
| commit | 16fc49ce9ae05c94d78a720bbd0c9e62dbc486f8 (patch) | |
| tree | 74dab3f9f4733bab56e195100b213803ce5062e2 /gnu/packages/boost.scm | |
| parent | f6bbfca83ff3307d3e7210ce77a11958cde2a97f (diff) | |
gnu: boost-mpi: Fix synopsis.
* gnu/packages/boost.scm (boost-mpi): Fix synopsis.
Change-Id: I9590fc70e6ab0ec7a9e39bc7e02469596fe6032c
Reviewed-by: Andrew Wong <wongandj@runbox.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/boost.scm')
| -rw-r--r-- | gnu/packages/boost.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index f4b2ce418bb..11ef45c41cf 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -19,6 +19,7 @@ ;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr> ;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org> ;;; Copyright © 2025 David Elsing <david.elsing@posteo.net> +;;; Copyright © 2025 Nigko Yerden <nigko.yerden@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -460,7 +461,7 @@ signals and slots system.") (newline output-port) (close output-port)))))))) (home-page "https://www.boost.org") - (synopsis "Message Passing Interface (MPI) library for C++"))) + (synopsis "Boost C++ libraries with inclusion of Boost.MPI"))) (define-public mdds (package |
