From 0bef599c210f6f62d6331be04d23950c3437f474 Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Thu, 20 Jul 2023 13:36:12 -0500 Subject: update luajit and fix link on neovim to allow luajit to work on linux aarch64 (#38865) --- var/spack/repos/builtin/packages/lua-luajit-openresty/package.py | 5 ++++- var/spack/repos/builtin/packages/neovim/package.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/lua-luajit-openresty/package.py b/var/spack/repos/builtin/packages/lua-luajit-openresty/package.py index 31ae9aa551..08c4356cf9 100644 --- a/var/spack/repos/builtin/packages/lua-luajit-openresty/package.py +++ b/var/spack/repos/builtin/packages/lua-luajit-openresty/package.py @@ -13,11 +13,14 @@ class LuaLuajitOpenresty(LuaImplPackage): """Flast flexible JITed lua - OpenResty maintained fork""" homepage = "https://openresty.org/en/luajit.html" - url = "https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20220111.tar.gz" + url = "https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20230410.tar.gz" version( "2.1-20220111", sha256="1ad2e34b111c802f9d0cdf019e986909123237a28c746b21295b63c9e785d9c3" ) + version( + "2.1-20230410", sha256="77bbcbb24c3c78f51560017288f3118d995fe71240aa379f5818ff6b166712ff" + ) variant( "lualinks", diff --git a/var/spack/repos/builtin/packages/neovim/package.py b/var/spack/repos/builtin/packages/neovim/package.py index ac5407ca04..eb12cca711 100644 --- a/var/spack/repos/builtin/packages/neovim/package.py +++ b/var/spack/repos/builtin/packages/neovim/package.py @@ -86,7 +86,7 @@ class Neovim(CMakePackage): # dependencies to allow regular lua to work depends_on("lua-ffi", when="^lua", type=("link", "run")) - depends_on("lua-bitlib", type="link", when="^lua") + depends_on("lua-bitlib", type=("link", "run"), when="^lua") # base dependencies depends_on("cmake@3.0:", type="build") -- cgit v1.2.3-70-g09d2