1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: Add boost-mpi-numpy.

* gnu/packages/boost.scm (boost-mpi-numpy): New variable.

Change-Id: I91caad143e63f0c628429706ed3cfa3a740ed7f6
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 11:27:01 +05:00
committed by Sharlatan Hellseher
parent 16fc49ce9a
commit f2ecc3cd40

View File

@@ -463,6 +463,15 @@ signals and slots system.")
(home-page "https://www.boost.org")
(synopsis "Boost C++ libraries with inclusion of Boost.MPI")))
(define-public boost-mpi-numpy
(package
(inherit boost-mpi)
(name "boost-mpi-numpy")
(inputs
(modify-inputs (package-inputs boost-mpi)
(append python-numpy)))
(synopsis "Boost C++ libraries with inclusion of Boost.MPI and Boost.NumPy")))
(define-public mdds
(package
(name "mdds")