easyconfigs-it4i/g/git/git-2.25.1.eb
Lukáš Krupčík ebba84b460 new file: g/git/git-2.25.1.eb
new file:   m/mumax/mumax-3.10beta-CUDA-10.2.89.eb
	new file:   m/mumax/mumax-3.9.3-CUDA-10.2.89.eb
	new file:   m/mumax/mumax-go.patch
	new file:   m/mumax/mumax-new-cuda.patch
	modified:   p/Py/Py-2.7.eb
	new file:   p/Python/Python-system.eb
	new file:   r/rpmrebuild/rpmrebuild-2.14.eb
	new file:   w/wheel/wheel-0.33.4-Py-system.eb
2020-02-18 09:36:03 +01:00

29 lines
609 B
Plaintext

# IT4Innovations 2020
easyblock = 'ConfigureMake'
name = 'git'
version = "2.25.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 = SYSTEM
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'