[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: openmpi: Add "debug" output.
From: |
Ludovic Courtès |
Subject: |
11/13: gnu: openmpi: Add "debug" output. |
Date: |
Tue, 3 Oct 2017 11:18:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c971d9ef29a22f99565a92e55cacf1b06c8d1011
Author: Dave Love <address@hidden>
Date: Mon Oct 2 21:54:43 2017 +0100
gnu: openmpi: Add "debug" output.
This is necessary for one mechanism for attaching parallel debuggers
and is also relevant for the runtime backtrace facility.
* gnu/packages/mpi.scm (openmpi)[outputs]: New field.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/mpi.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 517f912..98b2121 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -131,6 +131,7 @@ bind processes, and much more.")
(native-inputs
`(("pkg-config" ,pkg-config)
("perl" ,perl)))
+ (outputs '("out" "debug"))
(arguments
`(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work
"--enable-memchecker"
- branch master updated (df71c88 -> 3d7a159), Ludovic Courtès, 2017/10/03
- 01/13: doc: Explain why synopses/descriptions must be literal strings., Ludovic Courtès, 2017/10/03
- 09/13: gnu: Add cube., Ludovic Courtès, 2017/10/03
- 02/13: gnu: services: Add cgit., Ludovic Courtès, 2017/10/03
- 07/13: gnu: Add otf2., Ludovic Courtès, 2017/10/03
- 05/13: gnu: cflow: Fix preprocess option., Ludovic Courtès, 2017/10/03
- 10/13: gnu: Add scorep-openmpi., Ludovic Courtès, 2017/10/03
- 06/13: gnu: Add papi., Ludovic Courtès, 2017/10/03
- 03/13: Update e-mail for Theodoros Foradis., Ludovic Courtès, 2017/10/03
- 11/13: gnu: openmpi: Add "debug" output.,
Ludovic Courtès <=
- 12/13: gnu: mgba: Update to 0.6.1., Ludovic Courtès, 2017/10/03
- 08/13: gnu: Add opari2., Ludovic Courtès, 2017/10/03
- 13/13: gnu: qtox: Update to 1.12.0., Ludovic Courtès, 2017/10/03
- 04/13: gnu: android: Add android-udev-rules package., Ludovic Courtès, 2017/10/03