guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: luajit: Remove powerpc64le-linux from suppor


From: guix-commits
Subject: branch master updated: gnu: luajit: Remove powerpc64le-linux from supported-systems.
Date: Mon, 24 Jan 2022 12:15:18 -0500

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

marusich pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ecb3f1b96a gnu: luajit: Remove powerpc64le-linux from 
supported-systems.
ecb3f1b96a is described below

commit ecb3f1b96a5895999cd800187b2197a78b56760a
Author: Chris Marusich <cmmarusich@gmail.com>
AuthorDate: Thu Jan 20 16:08:25 2022 -0800

    gnu: luajit: Remove powerpc64le-linux from supported-systems.
    
    * gnu/packages/lua.scm (luajit)[supported-systems]: New field.  Set it to 
the
    result of deleting "powerpc64le-linux" from %supported-systems.
---
 gnu/packages/lua.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 99f09a26f1..c828ded1a5 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -171,6 +171,9 @@ for configuration, scripting, and rapid prototyping.")
          #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs 
"out")))))
     (home-page "https://www.luajit.org/";)
     (synopsis "Just in time compiler for Lua programming language version 5.1")
+    ;; On powerpc64le-linux, the build fails with an error: "No support for
+    ;; PowerPC 64 bit mode (yet)".  See: https://issues.guix.gnu.org/49220
+    (supported-systems (delete "powerpc64le-linux" %supported-systems))
     (description
      "LuaJIT is a Just-In-Time Compiler (JIT) for the Lua
 programming language.  Lua is a powerful, dynamic and light-weight programming



reply via email to

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