guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f2ecc3cd4013573e155f2133b2fae212b97fd99e
Author: Nigko Yerden <[email protected]>
AuthorDate: Thu Dec 25 11:27:01 2025 +0500

    gnu: Add boost-mpi-numpy.
    
    * gnu/packages/boost.scm (boost-mpi-numpy): New variable.
    
    Change-Id: I91caad143e63f0c628429706ed3cfa3a740ed7f6
    Reviewed-by: Andrew Wong <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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")

Reply via email to