1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nigko Yerden
2025-12-25 10:39:37 +05:00
committed by Sharlatan Hellseher
parent f6bbfca83f
commit 16fc49ce9a

View File

@@ -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