diff options
| -rw-r--r-- | gnu/packages/boost.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 11ef45c41cf..e7a95ba765f 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") |
