gnu: itpp: Use texlive-tiny and ghostscript.
* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with texlive-tiny; add ghostscript.
This commit is contained in:
parent
612a387fe7
commit
3a4d5df2b0
|
@ -798,7 +798,11 @@ HDF5 file is encoded according to the HDF File Format Specification.")
|
||||||
(arguments `(#:tests? #f)) ; Tests require googletest *sources*
|
(arguments `(#:tests? #f)) ; Tests require googletest *sources*
|
||||||
(inputs `(("lapack" ,lapack)
|
(inputs `(("lapack" ,lapack)
|
||||||
("fftw" ,fftw)))
|
("fftw" ,fftw)))
|
||||||
(native-inputs `(("texlive-minimal" ,texlive-minimal)
|
;; 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)))
|
("doxygen" ,doxygen)))
|
||||||
(home-page "http://itpp.sourceforge.net")
|
(home-page "http://itpp.sourceforge.net")
|
||||||
(synopsis "C++ library of maths, signal processing and communication classes")
|
(synopsis "C++ library of maths, signal processing and communication classes")
|
||||||
|
|
Loading…
Reference in New Issue