From f2ecc3cd4013573e155f2133b2fae212b97fd99e Mon Sep 17 00:00:00 2001 From: Nigko Yerden Date: Thu, 25 Dec 2025 11:27:01 +0500 Subject: [PATCH] gnu: Add boost-mpi-numpy. * gnu/packages/boost.scm (boost-mpi-numpy): New variable. Change-Id: I91caad143e63f0c628429706ed3cfa3a740ed7f6 Reviewed-by: Andrew Wong Signed-off-by: Sharlatan Hellseher --- gnu/packages/boost.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 11ef45c41c..e7a95ba765 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -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")