easyconfigs-it4i/g/git/git-2.19.1.eb
Lukáš Krupčík 6723e1298c new file: a/Autoconf/Autoconf-2.68.eb
modified:   g/git/git-2.18.0.eb
	new file:   g/git/git-2.19.0.eb
	new file:   g/git/git-2.19.1.eb
	new file:   s/Scalasca/Scalasca-2.4-GCC-6.3.0-2.27.eb
	new file:   s/Score-P/Score-P-4.1-GCC-6.3.0-2.27.eb
2018-10-17 09:48:24 +02:00

29 lines
635 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'git'
version = "2.19.1"
homepage = 'http://git-scm.com/'
description = """Git is a free and open source distributed version control system designed
to handle everything from small to very large projects with speed and efficiency."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://www.kernel.org/pub/software/scm/git/']
sources = ['%(name)s-%(version)s.tar.gz']
builddependencies = [
('Autoconf', '2.68', '', True)
]
preconfigopts = 'make configure && '
sanity_check_paths = {
'files': ['bin/git'],
'dirs': [],
}
moduleclass = 'tools'