SHA256
1
0
forked from pool/neovim

Accepting request 931568 from home:Guillaume_G:branches:editors

- Re-enable builds on aarch64
- Use luaJIT on aarch64

OBS-URL: https://build.opensuse.org/request/show/931568
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=97
This commit is contained in:
Martin Liška 2021-11-15 14:39:49 +00:00 committed by Git OBS Bridge
parent c24293ef0b
commit 6a5d9d925e
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 15 14:28:18 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Re-enable builds on aarch64
- Use luaJIT on aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 27 06:23:49 UTC 2021 - Matej Cepl <mcepl@suse.com> Mon Sep 27 06:23:49 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -18,7 +18,7 @@
%define luv_min_ver 1.30.0 %define luv_min_ver 1.30.0
# Luajit not available on all platforms # Luajit not available on all platforms
%ifarch %{arm} %{ix86} x86_64 %ifarch %{arm} %{ix86} x86_64 aarch64
%bcond_without luajit %bcond_without luajit
%else %else
%bcond_with luajit %bcond_with luajit
@ -42,8 +42,6 @@ Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim License: Apache-2.0 AND Vim
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
URL: https://neovim.io/ URL: https://neovim.io/
# Temporary measure before we can figure out what to do
ExcludeArch: aarch64
Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: sysinit.vim Source1: sysinit.vim
Source2: spec-template Source2: spec-template