guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: openmpi: Update to 1.10.1.


From: Eric Bavier
Subject: 02/05: gnu: openmpi: Update to 1.10.1.
Date: Fri, 20 Nov 2015 17:58:57 +0000

bavier pushed a commit to branch master
in repository guix.

commit ac356fd6abf31c7cd102b27abacc9fc6047142e7
Author: Eric Bavier <address@hidden>
Date:   Thu Nov 19 17:51:39 2015 -0600

    gnu: openmpi: Update to 1.10.1.
    
    * gnu/packages/mpi.scm (openmpi): Update to 1.10.1.
      [arguments]: Remove now-unsupported configure flags.  Add
      --enable-builtin-atomics.  Remove development-oriented
      --enable-debug.
---
 gnu/packages/mpi.scm |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 87aa763..420291d 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -93,7 +93,7 @@ bind processes, and much more.")
 (define-public openmpi
   (package
     (name "openmpi")
-    (version "1.8.5")
+    (version "1.10.1")
     (source
      (origin
       (method url-fetch)
@@ -102,7 +102,7 @@ bind processes, and much more.")
                           "/downloads/openmpi-" version ".tar.bz2"))
       (sha256
        (base32
-        "1i7vjf599kl5lm8n4vnwq9q1d9scn4sdjh42kfq1i9yzxnlhdsjc"))))
+        "14p4px9a3qzjc22lnl6braxrcrmd9rgmy7fh4qpanawn2pgfq6br"))))
     (build-system gnu-build-system)
     (inputs
      `(("hwloc" ,hwloc)
@@ -113,16 +113,12 @@ bind processes, and much more.")
        ("perl" ,perl)))
     (arguments
      `(#:configure-flags `("--enable-static"
-                           "--enable-oshmem"
 
-                           "--enable-event-thread-support"
-                           "--enable-opal-multi-threads"
-                           "--enable-orte-progress-threads"
                            "--enable-mpi-thread-multiple"
+                           "--enable-builtin-atomics"
 
                            "--enable-mpi-ext=all"
                            "--with-devel-headers"
-                           "--enable-debug"
                            "--enable-memchecker"
                            ,(string-append "--with-valgrind="
                                            (assoc-ref %build-inputs 
"valgrind"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]