mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

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
27 lines
612 B
Plaintext
27 lines
612 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'git'
|
|
version = "2.18.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': 'dummy', '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'
|