diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-06-14 17:11:00 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-06-29 15:34:36 -0500 |
commit | ce7d9c989de569712b96f3bbb6c5db4d4c5595a9 (patch) | |
tree | b1bc4bc3d57ce86298e006b288dbf2f260456eb1 /gnu-system.am | |
parent | 7362371da5adee0d9d44e9a4a24cbef4b7a5c529 (diff) | |
download | guix-ce7d9c989de569712b96f3bbb6c5db4d4c5595a9.tar guix-ce7d9c989de569712b96f3bbb6c5db4d4c5595a9.tar.gz |
gnu: hwloc: Upgrade to 1.10.1.
* gnu/packages/patches/hwloc-gather-topology-lstopo.patch: New patch.
* gnu/packages/mpi.scm (hwloc): Upgrade to 1.10.1.
[source]: Use patch.
[propagated-inputs]: Remove libpci.
[inputs]: Add libpciaccess.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 6934c92681..91e5e521f8 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -462,6 +462,7 @@ dist_patch_DATA = \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/hop-linker-flags.patch \ + gnu/packages/patches/hwloc-gather-topology-lstopo.patch \ gnu/packages/patches/hydra-automake-1.15.patch \ gnu/packages/patches/hydra-disable-darcs-test.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ |