me
/
guix
Archived
1
0
Fork 0

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.
master
Chris Marusich 2022-01-20 16:08:25 -08:00
parent 5b465de06c
commit ecb3f1b96a
No known key found for this signature in database
GPG Key ID: DD409A15D822469D
1 changed files with 3 additions and 0 deletions

View File

@ -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