easyconfigs-it4i/g/git/git-2.23.0.eb
Lukáš Krupčík a0c16862a2 new file: g/git/git-2.23.0.eb
new file:   k/Keras/Keras-2.3.0-Tensorflow-1.13.1-Python-3.7.2.eb
2019-09-23 06:48:53 +02:00

29 lines
636 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'git'
version = "2.23.0"
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': 'system', 'version': ''}
source_urls = ['https://www.kernel.org/pub/software/scm/git/']
sources = ['%(name)s-%(version)s.tar.gz']
builddependencies = [
('Autoconf', '2.69', '', True)
]
preconfigopts = 'make configure && '
sanity_check_paths = {
'files': ['bin/git'],
'dirs': [],
}
moduleclass = 'tools'