guix-commits
[Top][All Lists]
Advanced

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

02/05: reppar: Don't build Open MPI.


From: Ludovic Courtès
Subject: 02/05: reppar: Don't build Open MPI.
Date: Tue, 21 Jul 2015 10:03:03 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit bdc1cd9429f593339466e8a8630813f1baf07e40
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 21 10:21:29 2015 +0200

    reppar: Don't build Open MPI.
---
 doc/reppar-2015/reproducible-hpc.skb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/reppar-2015/reproducible-hpc.skb 
b/doc/reppar-2015/reproducible-hpc.skb
index 8b09c7f..68ed66e 100644
--- a/doc/reppar-2015/reproducible-hpc.skb
+++ b/doc/reppar-2015/reproducible-hpc.skb
@@ -34,7 +34,7 @@
              (gnu packages)
              (ice-9 i18n))
 
-(define-values (%openmpi-path %openmpi-hash)
+(define-values (%openmpi-path)
   ;; Here we connect to the Guix build daemon to get information about
   ;; the software environment we are talking about.
   (guix:with-store store
@@ -45,6 +45,7 @@
 
         ;; Here we go as far as building it (if it's not already built)
         ;; and computing its hash.
+        #;
         (parameterize ((guix:current-build-output-port (current-error-port)))
           (build-derivations store (list (package-derivation store openmpi)))
           (call-with-values open-sha256-port



reply via email to

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