guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: texlive-latex-base: Disable some formats on powerpc-linux.


From: guix-commits
Subject: 01/02: gnu: texlive-latex-base: Disable some formats on powerpc-linux.
Date: Wed, 18 Aug 2021 04:31:26 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

commit c5cf14fb48346742f7fde4d9eb50e4bcdcb16499
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 17 13:41:57 2021 +0300

    gnu: texlive-latex-base: Disable some formats on powerpc-linux.
    
    * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom
    'build phase to skip the jit formats also on powerpc-linux.
---
 gnu/packages/tex.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 072793e..e6c69ab 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2744,10 +2744,9 @@ formats.")
                           "platex-dev eptex" "uplatex-dev euptex"
                           "csplain pdftex" "mf mf-nowin" "mex pdftex" "pdfmex 
pdftex"
                           "luacsplain luatex" "optex luatex"
-                          ;; LuaJIT is not ported to powerpc64le* yet.
-                          ,@(if (string-prefix? "powerpc64le"
-                                                (or (%current-target-system)
-                                                    (%current-system)))
+                          ;; LuaJIT is not ported to powerpc64le* yet and
+                          ;; building these fail on powerpc.
+                          ,@(if (target-powerpc?)
                               '("luajittex" "luajithbtex" "mfluajit") '())
                           "cont-en xetex" "cont-en pdftex" "pdfcsplain xetex"
                           "pdfcsplain pdftex" "pdfcsplain luatex" "cslatex 
pdftex"



reply via email to

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