guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 16fc49ce9ae05c94d78a720bbd0c9e62dbc486f8
Author: Nigko Yerden <[email protected]>
AuthorDate: Thu Dec 25 10:39:37 2025 +0500

    gnu: boost-mpi: Fix synopsis.
    
    * gnu/packages/boost.scm (boost-mpi): Fix synopsis.
    
    Change-Id: I9590fc70e6ab0ec7a9e39bc7e02469596fe6032c
    Reviewed-by: Andrew Wong <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/boost.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index f4b2ce418b..11ef45c41c 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2021 Franck Pérignon <[email protected]>
 ;;; Copyright © 2021 Aleksandr Vityazev <[email protected]>
 ;;; Copyright © 2025 David Elsing <[email protected]>
+;;; Copyright © 2025 Nigko Yerden <[email protected]>
 ;;;
 ;;; 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

Reply via email to