guix-commits
[Top][All Lists]
Advanced

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

24/45: reppar: Shrink figures.


From: Ludovic Courtès
Subject: 24/45: reppar: Shrink figures.
Date: Tue, 09 Jun 2015 12:37:07 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit c0575aaee050d7c51902f923c5496c79d8c025b9
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 1 15:03:57 2015 +0200

    reppar: Shrink figures.
---
 doc/reppar-2015/code/manifest.scm      |    7 ++-----
 doc/reppar-2015/code/my-openmpi.scm    |    8 ++------
 doc/reppar-2015/code/query-package.scm |    3 +--
 doc/reppar-2015/reproducible-hpc.skb   |    4 ++++
 4 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/doc/reppar-2015/code/manifest.scm 
b/doc/reppar-2015/code/manifest.scm
index 2f768a9..14a3b9c 100644
--- a/doc/reppar-2015/code/manifest.scm
+++ b/doc/reppar-2015/code/manifest.scm
@@ -1,8 +1,5 @@
-;; This file can be passed to 'guix package --manifest' to
-;; reproduce a profile with the given list of packages.
-
-(use-modules (gnu packages base)
-             (gnu packages gcc)
+;; This file can be passed to 'guix package --manifest'.
+(use-modules (gnu packages base) (gnu packages gcc)
              (my-openmpi))
 
 (packages->manifest
diff --git a/doc/reppar-2015/code/my-openmpi.scm 
b/doc/reppar-2015/code/my-openmpi.scm
index c1cb4c7..8b7a615 100644
--- a/doc/reppar-2015/code/my-openmpi.scm
+++ b/doc/reppar-2015/code/my-openmpi.scm
@@ -25,12 +25,8 @@
     (inputs `(("hwloc" ,hwloc)                ;!recipe-inputs
               ("gfortran" ,gfortran-4.8)
               ("pkg-config" ,pkg-config)))
-    (arguments
-     '(#:configure-flags `("--enable-oshmem"
-                           "--with-devel-headers"
-                           ,(string-append
-                             "--with-hwloc="
-                             (assoc-ref %build-inputs "hwloc")))))
+    (arguments '(#:configure-flags `("--enable-oshmem"
+                                     "--with-devel-headers")))
     (home-page "http://www.open-mpi.org";)
     (synopsis "MPI-2 implementation")
     (description "This is an MPI-2 implementation etc.")
diff --git a/doc/reppar-2015/code/query-package.scm 
b/doc/reppar-2015/code/query-package.scm
index 66c03a6..340ffb9 100644
--- a/doc/reppar-2015/code/query-package.scm
+++ b/doc/reppar-2015/code/query-package.scm
@@ -5,8 +5,7 @@
 
 ;;!start
 ;; Query the direct and indirect inputs of Open MPI.
-;; Each input is represented by a label/package tuple;
-;; we are only interested in the package object here.
+;; Each input is represented by a label/package tuple.
 (map (match-lambda
        ((label package)
         (package-full-name package)))
diff --git a/doc/reppar-2015/reproducible-hpc.skb 
b/doc/reppar-2015/reproducible-hpc.skb
index 345e2cf..3a0f71d 100644
--- a/doc/reppar-2015/reproducible-hpc.skb
+++ b/doc/reppar-2015/reproducible-hpc.skb
@@ -105,6 +105,10 @@
        (usep  (engine-custom latex 'usepackage)))
   (engine-custom-set! latex 'usepackage
                       (string-append usep "
+\\usepackage{floatrow}
+\\floatsetup[figure]{font=footnotesize}
+\\setlength{\\intextsep}{5pt plus 1.0pt minus 2.0pt}
+
 \\usepackage{tikz}
 \\usetikzlibrary{arrows,shapes,trees,shadows,positioning}
 \\usepackage{fancyvrb}



reply via email to

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