This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4baaa124fc gnu: Add missing imports for relocated scorep-openmpi.
4baaa124fc is described below
commit 4baaa124fc7b9f365250e1b7ed38f12547c1ff5c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Jan 21 15:43:53 2025 +0900
gnu: Add missing imports for relocated scorep-openmpi.
This is a follow-up to 1109bc6858.
* gnu/packages/mpi.scm: Add missing imports.
Change-Id: I9953662e6bc79bd04d60ad7fe88fd17dbde20bc4
---
gnu/packages/mpi.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 01e5b1c47b..07f09a284e 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -37,13 +37,18 @@
#:use-module (gnu packages)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
+ #:use-module (gnu packages bison)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages documentation)
#:use-module (gnu packages fabric-management)
+ #:use-module (gnu packages flex)
#:use-module (gnu packages gcc)
#:use-module (gnu packages java)
#:use-module (gnu packages libevent)
+ #:use-module (gnu packages libunwind)
#:use-module (gnu packages linux)
#:use-module (gnu packages pciutils)
+ #:use-module (gnu packages profiling)
#:use-module (gnu packages python)
#:use-module (gnu packages xorg)
#:use-module (gnu packages gtk)