Skip to content
Snippets Groups Projects
Unverified Commit 4920f1cf authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Vim: add version 8.1.0338 (#9155)

parent c5c3b65c
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,9 @@ class Vim(AutotoolsPackage): ...@@ -35,8 +35,9 @@ class Vim(AutotoolsPackage):
""" """
homepage = "http://www.vim.org" homepage = "http://www.vim.org"
url = "https://github.com/vim/vim/archive/v8.0.1376.tar.gz" url = "https://github.com/vim/vim/archive/v8.1.0338.tar.gz"
version('8.1.0338', '94191b4141245a5deb4955c4a80359bb')
version('8.1.0001', 'edb6f5c67cb3100ea9e3966a43b9c9da') version('8.1.0001', 'edb6f5c67cb3100ea9e3966a43b9c9da')
version('8.0.1376', '62855881a2d96d48956859d74cfb8a3b') version('8.0.1376', '62855881a2d96d48956859d74cfb8a3b')
version('8.0.0503', '82b77bd5cb38b70514bed47cfe033b8c') version('8.0.0503', '82b77bd5cb38b70514bed47cfe033b8c')
...@@ -142,6 +143,10 @@ def configure_args(self): ...@@ -142,6 +143,10 @@ def configure_args(self):
return configure_args return configure_args
# Tests must be run in serial
def check(self):
make('test', parallel=False)
# Run the install phase with -j 1. There seems to be a problem with # Run the install phase with -j 1. There seems to be a problem with
# parallel builds that results in the creation of the links (e.g. view) # parallel builds that results in the creation of the links (e.g. view)
# to the vim binary silently failing. # to the vim binary silently failing.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment