diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2017-06-30 17:55:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-30 18:44:41 +0200 |
commit | 798b7678a08f11ce8648facbf0b866996ce85b9e (patch) | |
tree | bda7e77a18fc2316c8b12dde11a975c3276e39aa /gnu/packages/parallel.scm | |
parent | 7eb9f31cd9bda7c8293f0a8a35d68f8ecf323b7e (diff) | |
download | patches-798b7678a08f11ce8648facbf0b866996ce85b9e.tar patches-798b7678a08f11ce8648facbf0b866996ce85b9e.tar.gz |
gnu: hwloc: Add "lib" and "debug" outputs.
* gnu/packages/mpi.scm (hwloc)[outputs]: New field.
[arguments]: Add 'avoid-circular-references' phase.
(openmpi)[inputs]: Use the "lib" output of HWLOC.
* gnu/packages/parallel.scm (slurm)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/parallel.scm')
-rw-r--r-- | gnu/packages/parallel.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index c1f962a4b6..37126040af 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -113,7 +113,7 @@ and they are executed on lists of files, hosts, users or other items.") ;; in particular mysql and gtk+. (inputs `(("expect" ,expect) ("freeipmi" ,freeipmi) - ("hwloc" ,hwloc) + ("hwloc" ,hwloc "lib") ("json-c" ,json-c) ("linux-pam" , linux-pam) ("munge" ,munge) |