guix-commits
[Top][All Lists]
Advanced

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

01/01: reppar: Nitpicks.


From: Ludovic Courtès
Subject: 01/01: reppar: Nitpicks.
Date: Tue, 21 Jul 2015 15:11:53 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit bf7c986316d5494d30ba0f3013d4ae8d94c79fa2
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 21 17:11:41 2015 +0200

    reppar: Nitpicks.
---
 doc/reppar-2015/code/starpu.scm      |    2 +-
 doc/reppar-2015/reproducible-hpc.skb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/reppar-2015/code/starpu.scm b/doc/reppar-2015/code/starpu.scm
index c928a7b..c714d79 100644
--- a/doc/reppar-2015/code/starpu.scm
+++ b/doc/reppar-2015/code/starpu.scm
@@ -47,7 +47,7 @@
 
 (define starpu-with-simgrid
   (package (inherit starpu)
-    (name "starpu-with-simgrid")  ;name shown the user interface
+    (name "starpu-with-simgrid")  ;name shown in the user interface
     (inputs `(("simgrid" ,simgrid)
               ,@(package-inputs starpu)))))
 ;!end-starpu-variants
diff --git a/doc/reppar-2015/reproducible-hpc.skb 
b/doc/reppar-2015/reproducible-hpc.skb
index f9fe2a6..541b979 100644
--- a/doc/reppar-2015/reproducible-hpc.skb
+++ b/doc/reppar-2015/reproducible-hpc.skb
@@ -774,7 +774,7 @@ reproducible software environments, while still allowing 
fine-grain
 software composition and not imposing high disk and RAM costs.
 Today, GNU,(~)Guix comes with
 ,(number* (fold-packages (lambda (p n) (+ 1 n)) 0)) packages, including many 
of the common
-HPC tools and libraries as well as around 40 bioinformatics packages.
+HPC tools and libraries as well as around 50 bioinformatics packages.
 It is deployed on the clusters of the MDC Berlin, 
 and being discussed as one of the packaging options by
 the Open Bioinformatics Foundation, a non-profit for the biological



reply via email to

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