mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Rename texlive-updmap.cfg' into
texlive-local-tree'.
* doc/build.scm (pdf-manual): * doc/contributing.texi (Submitting Patches): * gnu/packages/algebra.scm (pari-gp): (giac): * gnu/packages/assembly.scm (asl): * gnu/packages/audio.scm (chow-tape-model): * gnu/packages/bioconductor.scm (r-biocstyle): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (chez-scheme-for-racket): (stex-bootstrap): (chez-web): (chez-sockets): * gnu/packages/cran.scm (r-papaja): (r-prereg): * gnu/packages/docbook.scm (dblatex): * gnu/packages/emacs-xyz.scm (emacs-auctex): * gnu/packages/engineering.scm (fastcap): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/fsf.scm (book-faif): * gnu/packages/gettext.scm (po4a): (po4a-minimal): * gnu/packages/graphics.scm (mmg): * gnu/packages/graphviz.scm (dot2tex): * gnu/packages/guile-xyz.scm (emacsy): (guile-cv): * gnu/packages/lisp.scm (sbcl): * gnu/packages/maths.scm (cddlib): (gnuplot): (itpp): (octave): (suitesparse-amd): (suitesparse-camd): (suitesparse-cholmod): (suitesparse-klu): (suitesparse-ldl): (suitesparse-mongoose): (suitesparse-spex): (suitesparse-spqr): (suitesparse-umfpack): (hypre): * gnu/packages/music.scm (lilypond): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/pdf.scm (extractpdfmark): * gnu/packages/photo.scm (enblend-enfuse): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-ipython-documentation): (python-pypandoc): * gnu/packages/radio.scm (gnuradio): (libosmo-dsp): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/security-token.scm (yubico-piv-tool): * gnu/packages/sphinx.scm (python-sphinx): (python-sphinx-5): * gnu/packages/statistics.scm (r-with-tests): (r-spams): * gnu/packages/tex.scm (texlive-local-tree): Renamed from… (texlive-updmap.cfg): … this. Deprecate the latter. (texlive-biblatex-philosophy): (texlive-bropd): (texlive-fontsize): (texlive-poetrytex): (texlive-reverxii): (texlive-stix): (texlive-suftesi): (texlive-thucoursework): (texlive-ulqda): (texlive-yathesis): (texlive-makecell): (texlive-robotarm): (texlive-bbold): (texlive-babel-romansh): (texlive-polyglossia): (texlive-innerscript): (teximpatient): (texlive-xkeyval): (texlive-arabxetex): (texlive-blox): (texlive-ecgdraw): (texlive-gradientframe): (texlive-everyhook): (texlive-actuarialangle): (texlive-actuarialsymbol): (texlive-autopdf): (texlive-etaremune): (texlive-extract): (texlive-forarray): (texlive-graphicx-psmin): (texlive-ha-prosper): (texlive-namespc): (texlive-newspaper): (texlive-powerdot): (texlive-recipecard): (texlive-show2e): (texlive-tablists): (texlive-ted): (texlive-xargs): (texlive-xpeek): * gnu/packages/xdisorg.scm (xforms): * gnu/packages/algebra.scm (gap): * gnu/packages/cpp.scm (jthread): * guix/lint.scm (check-inputs-should-be-native): Rename `texlive-updmap.cfg' into `texlive-local-tree'. Change-Id: I129280807c418e57acbcbda399545ab27a9e0a33
This commit is contained in:
parent
01be897177
commit
4df6eda30f
36 changed files with 182 additions and 178 deletions
|
@ -30,7 +30,7 @@
|
|||
;;; Copyright © 2018 Eric Brown <brown@fastmail.com>
|
||||
;;; Copyright © 2018, 2021, 2024 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2018 Amin Bandali <bandali@gnu.org>
|
||||
;;; Copyright © 2019, 2021-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2019, 2021-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
|
||||
;;; Copyright © 2019 Robert Smith <robertsmith@posteo.net>
|
||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||
|
@ -1000,7 +1000,7 @@ digits of precision.")
|
|||
(list autoconf
|
||||
automake
|
||||
libtool
|
||||
(texlive-updmap.cfg
|
||||
(texlive-local-tree
|
||||
(list texlive-amsfonts
|
||||
texlive-graphics
|
||||
texlive-l3backend
|
||||
|
@ -1463,7 +1463,7 @@ giza instead of PGPLOT for the implementation, though.")
|
|||
(base32 "16ipf7m2c2v1cldp3kwxbjj6db6bzy0rkrpp4kzhh61a3866cnp8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config (texlive-updmap.cfg)))
|
||||
(list pkg-config (texlive-local-tree)))
|
||||
(inputs
|
||||
(list cairo gd libcerf lua pango readline))
|
||||
(arguments
|
||||
|
@ -2329,7 +2329,7 @@ the resulting text.")
|
|||
(inputs (list fftw lapack openblas))
|
||||
;; FIXME: Even though the fonts are available dvips complains:
|
||||
;; "Font cmmi10 not found; characters will be left blank."
|
||||
(native-inputs (list (texlive-updmap.cfg) ghostscript doxygen))
|
||||
(native-inputs (list (texlive-local-tree) ghostscript doxygen))
|
||||
(home-page "https://itpp.sourceforge.net")
|
||||
(synopsis "C++ library of maths, signal processing and communication classes")
|
||||
(description "IT++ is a C++ library of mathematical, signal processing and
|
||||
|
@ -3386,7 +3386,7 @@ script files.")
|
|||
,@(package-inputs octave-cli)))
|
||||
(native-inputs
|
||||
`(("qttools-5" , qttools-5) ;for lrelease
|
||||
("texlive" ,(texlive-updmap.cfg (list texlive-epsf))) ; for texi2dvi
|
||||
("texlive" ,(texlive-local-tree (list texlive-epsf))) ; for texi2dvi
|
||||
,@(package-native-inputs octave-cli)))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments octave-cli)
|
||||
|
@ -6301,7 +6301,7 @@ package contains a library with common configuration options.")
|
|||
(string-append #$output "/share/doc/"
|
||||
#$name "-" #$version)))))))
|
||||
(propagated-inputs (list suitesparse-config))
|
||||
(native-inputs (list gfortran (texlive-updmap.cfg '())))
|
||||
(native-inputs (list gfortran (texlive-local-tree '())))
|
||||
(home-page "https://people.engr.tamu.edu/davis/suitesparse.html")
|
||||
(synopsis "Sparse matrix ordering for Cholesky factorization")
|
||||
(description "AMD is a set of routines for ordering a sparse matrix prior
|
||||
|
@ -6377,7 +6377,7 @@ matrix into block upper triangular form.")
|
|||
(string-append #$output "/share/doc/"
|
||||
#$name "-" #$version)))))))
|
||||
(propagated-inputs (list suitesparse-config))
|
||||
(native-inputs (list (texlive-updmap.cfg '())))
|
||||
(native-inputs (list (texlive-local-tree '())))
|
||||
(home-page "https://people.engr.tamu.edu/davis/suitesparse.html")
|
||||
(synopsis "Sparse matrix ordering for Cholesky factorization with constraints")
|
||||
(description "CAMD is a set of routines for ordering a sparse matrix prior
|
||||
|
@ -6578,7 +6578,7 @@ target_link_libraries(CHOLMOD_static PRIVATE ${METIS_LIBRARY} ${GKLIB_LIBRARY})"
|
|||
suitesparse-ccolamd
|
||||
suitesparse-colamd))
|
||||
(propagated-inputs (list suitesparse-config))
|
||||
(native-inputs (list (texlive-updmap.cfg '())))
|
||||
(native-inputs (list (texlive-local-tree '())))
|
||||
(home-page "https://people.engr.tamu.edu/davis/suitesparse.html")
|
||||
(synopsis "Library for solving sparse symmetric positive definite linear
|
||||
equations")
|
||||
|
@ -6678,7 +6678,7 @@ direct methods on both real and complex matrices.")
|
|||
(list suitesparse-amd
|
||||
suitesparse-btf
|
||||
suitesparse-cholmod))
|
||||
(native-inputs (list (texlive-updmap.cfg '())))
|
||||
(native-inputs (list (texlive-local-tree '())))
|
||||
(home-page "https://people.engr.tamu.edu/davis/suitesparse.html")
|
||||
(synopsis "Routines for solving sparse linear problems with a LU factorization")
|
||||
(description "KLU is a method for computing the LU factorization of sparse
|
||||
|
@ -6730,7 +6730,7 @@ for real and complex matrices.")
|
|||
#$name "-" #$version)))))))
|
||||
(inputs (list suitesparse-amd))
|
||||
(propagated-inputs (list suitesparse-config))
|
||||
(native-inputs (list (texlive-updmap.cfg '())))
|
||||
(native-inputs (list (texlive-local-tree '())))
|
||||
(home-page "https://people.engr.tamu.edu/davis/suitesparse.html")
|
||||
(synopsis "LDL' factorization method for sparse, symmetric matrices")
|
||||
(description "This package contains a set of routines for computing the
|
||||
|
@ -6821,7 +6821,7 @@ for reading and writing sparse matrices in the Rutherford/Boeing format.")
|
|||
(propagated-inputs (list suitesparse-config))
|
||||
(native-inputs
|
||||
(list texlive-epstopdf
|
||||
(texlive-updmap.cfg
|
||||
(texlive-local-tree
|
||||
(list texlive-algorithmicx
|
||||
texlive-booktabs
|
||||
texlive-lastpage
|
||||
|
@ -6890,7 +6890,7 @@ edge cuts using a coarsening and refinement framework.")
|
|||
(inputs (list suitesparse-amd suitesparse-colamd))
|
||||
(propagated-inputs (list gmp mpfr suitesparse-config))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list (texlive-local-tree
|
||||
(list texlive-paralist
|
||||
texlive-comment
|
||||
texlive-psfrag
|
||||
|
@ -6969,7 +6969,7 @@ LU factorization for solving unsymmetric sparse linear systems.")
|
|||
suitesparse-config))
|
||||
(propagated-inputs (list suitesparse-cholmod))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list (texlive-local-tree
|
||||
(list texlive-epsf))))
|
||||
(home-page "https://people.engr.tamu.edu/davis/suitesparse.html")
|
||||
(synopsis "Sparse QR factorization method")
|
||||
|
@ -7035,7 +7035,7 @@ matrices.")
|
|||
(list suitesparse-amd
|
||||
suitesparse-config))
|
||||
(native-inputs
|
||||
(list (texlive-updmap.cfg
|
||||
(list (texlive-local-tree
|
||||
(list texlive-etoolbox
|
||||
texlive-framed
|
||||
texlive-mdframed
|
||||
|
@ -7733,7 +7733,7 @@ set.")
|
|||
python-breathe
|
||||
python-sphinx
|
||||
python-sphinx-rtd-theme
|
||||
(texlive-updmap.cfg
|
||||
(texlive-local-tree
|
||||
(list texlive-adjustbox
|
||||
texlive-alphalph
|
||||
texlive-capt-of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue