gnu: texlive-latex-base: Skip JIT formats on riscv64-linux.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom 'build phase to also skip the jit formats on riscv64-linux.master
parent
b34eb09311
commit
5783091d66
|
@ -2981,9 +2981,10 @@ formats.")
|
||||||
"platex-dev eptex" "uplatex-dev euptex"
|
"platex-dev eptex" "uplatex-dev euptex"
|
||||||
"csplain pdftex" "mf mf-nowin" "mex pdftex" "pdfmex pdftex"
|
"csplain pdftex" "mf mf-nowin" "mex pdftex" "pdfmex pdftex"
|
||||||
"luacsplain luatex" "optex luatex"
|
"luacsplain luatex" "optex luatex"
|
||||||
;; LuaJIT is not ported to powerpc64le* yet and
|
;; LuaJIT is not ported to powerpc64le* or riscv64 yet and
|
||||||
;; building these fail on powerpc.
|
;; building these fail on powerpc.
|
||||||
,@(if (target-powerpc?)
|
,@(if (or (target-powerpc?)
|
||||||
|
(target-riscv64?))
|
||||||
'("luajittex" "luajithbtex" "mfluajit") '())
|
'("luajittex" "luajithbtex" "mfluajit") '())
|
||||||
"cont-en xetex" "cont-en pdftex" "pdfcsplain xetex"
|
"cont-en xetex" "cont-en pdftex" "pdfcsplain xetex"
|
||||||
"pdfcsplain pdftex" "pdfcsplain luatex" "cslatex pdftex"
|
"pdfcsplain pdftex" "pdfcsplain luatex" "cslatex pdftex"
|
||||||
|
|
Reference in New Issue