guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: Disable more LuaJIT components on powe


From: guix-commits
Subject: branch core-updates updated: gnu: Disable more LuaJIT components on powerpc64le systems.
Date: Wed, 07 Jul 2021 00:06:35 -0400

This is an automated email from the git hooks/post-receive script.

marusich pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 68b0e0d  gnu: Disable more LuaJIT components on powerpc64le systems.
68b0e0d is described below

commit 68b0e0d511c2873603636e9f783ff59aac4b7612
Author: Chris Marusich <cmmarusich@gmail.com>
AuthorDate: Thu Jun 24 21:39:39 2021 -0700

    gnu: Disable more LuaJIT components on powerpc64le systems.
    
    Fixes: <https://bugs.gnu.org/49218>.
    
    * gnu/packages/tex.scm (texlive-bin)[#:configure-flags]: Add
    "--disable-luajithbtex" on powerpc64le systems.
    (texlive-latex-base)[#:phases][build]: Add "mfluajit" to the 
disabled-formats
    list on powerpc64le systems.
---
 gnu/packages/tex.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d1c33c1..f8ef791 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -338,6 +338,7 @@ files from LOCATIONS with expected checksum HASH.  CODE is 
not currently in use.
          ,@(if (string-prefix? "powerpc64le" (or (%current-target-system)
                                                  (%current-system)))
                '("--disable-luajittex"
+                 "--disable-luajithbtex"
                  "--disable-mfluajit")
                '()))
 
@@ -2688,10 +2689,11 @@ 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)))
-                              '("luajittex") '())
+                              '("luajittex" "luajithbtex" "mfluajit") '())
                           "cont-en xetex" "cont-en pdftex" "pdfcsplain xetex"
                           "pdfcsplain pdftex" "pdfcsplain luatex" "cslatex 
pdftex"
                           "mptopdf pdftex" "uplatex euptex" "jadetex pdftex"



reply via email to

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