guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: itpp: Use texlive-tiny and ghostscript.


From: Ricardo Wurmus
Subject: 05/05: gnu: itpp: Use texlive-tiny and ghostscript.
Date: Fri, 30 Jun 2017 07:57:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3a4d5df2b062dd6887f643d9c5792118a2e964f3
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 30 13:55:28 2017 +0200

    gnu: itpp: Use texlive-tiny and ghostscript.
    
    * gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with
    texlive-tiny; add ghostscript.
---
 gnu/packages/maths.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 657f147..6bafc0e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -798,8 +798,12 @@ HDF5 file is encoded according to the HDF File Format 
Specification.")
     (arguments `(#:tests? #f)) ; Tests require googletest *sources*
     (inputs `(("lapack" ,lapack)
               ("fftw" ,fftw)))
-    (native-inputs `(("texlive-minimal" ,texlive-minimal)
-                     ("doxygen" ,doxygen)))
+    ;; FIXME: Even though the fonts are available dvips complains:
+    ;; "Font cmmi10 not found; characters will be left blank."
+    (native-inputs
+     `(("texlive" ,texlive-tiny)
+       ("ghostscript" ,ghostscript)
+       ("doxygen" ,doxygen)))
     (home-page "http://itpp.sourceforge.net";)
     (synopsis "C++ library of maths, signal processing and communication 
classes")
     (description "IT++ is a C++ library of mathematical, signal processing and



reply via email to

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