guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pari-gp: Build documentation.


From: Andreas Enge
Subject: 02/02: gnu: pari-gp: Build documentation.
Date: Tue, 16 Feb 2016 17:23:54 +0000

andreas pushed a commit to branch master
in repository guix.

commit 9bd9486df4680fe3eb39d8f7c98a77fab88ff307
Author: Andreas Enge <address@hidden>
Date:   Fri Jan 15 16:02:29 2016 +0100

    gnu: pari-gp: Build documentation.
    
    * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Add texlive-minimal.
      [arguments]: Modify make-flags to build documentation.
---
 gnu/packages/algebra.scm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 0f17403..85ec61c 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -26,6 +26,7 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages flex)
+  #:use-module (gnu packages texlive)
   #:use-module (gnu packages xorg)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
@@ -125,12 +126,13 @@ solve the shortest vector problem.")
               (base32
                 "0c8l83a0gjq73r9hndsrzkypwxvnnm4pxkkzbg6jm95m80nzwh11"))))
    (build-system gnu-build-system)
+   (native-inputs `(("texlive" ,texlive-minimal)))
    (inputs `(("gmp" ,gmp)
              ("libx11" ,libx11)
              ("perl" ,perl)
              ("readline" ,readline)))
    (arguments
-    '(#:make-flags '("gp")
+    '(#:make-flags '("all")
       ;; FIXME: building the documentation requires tex; once this is
       ;; available, replace "gp" by "all"
       #:test-target "dobench"



reply via email to

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