aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpi.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2015-11-19 17:47:15 -0600
committerEric Bavier <bavier@member.fsf.org>2015-11-20 11:58:40 -0600
commit2f5b6a1f1815a4e2118dabdb65aa8471b11badec (patch)
treeb04124b8f7c857bdecf090eb1e8056983e791534 /gnu/packages/mpi.scm
parent02979664953d170291481fa978eff87a707247ca (diff)
downloadguix-2f5b6a1f1815a4e2118dabdb65aa8471b11badec.tar
guix-2f5b6a1f1815a4e2118dabdb65aa8471b11badec.tar.gz
gnu: hwloc: Update to 1.11.1.
* gnu/packages/mpi.scm (hwloc): Update to 1.11.1. [source]: Remove patch. * gnu/packages/patches/hwloc-gather-topology-lstopo.patch: Delete it. * gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/mpi.scm')
-rw-r--r--gnu/packages/mpi.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 8dba82d8fa..87aa763747 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -40,7 +40,7 @@
(define-public hwloc
(package
(name "hwloc")
- (version "1.10.1")
+ (version "1.11.1")
(source (origin
(method url-fetch)
(uri (string-append "http://www.open-mpi.org/software/hwloc/v"
@@ -48,9 +48,7 @@
"/downloads/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "0jji5rphy05s0lp6bknn8lxwixrq0hy5rjzsqvhjszbkl2li7kim"))
- (patches (list
- (search-patch "hwloc-gather-topology-lstopo.patch")))))
+ "03vcr9f98z45xfkk34x376mfrwyi7ff4ay60gvn4v95sqihl0qa8"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)