easyconfigs-it4i/g/git/git-2.12.2.eb
Easy Build b0ac04196a new file: b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.13.eb
modified:   g/git/git-2.11.0-GNU-4.9.3-2.25.eb
	new file:   g/git/git-2.12.2.eb
	modified:   p/Perl/Perl-5.24.0-GCC-5.4.0-bare.eb
	new file:   p/Perl/Perl-5.24.1.eb
2017-04-21 10:57:42 +02:00

38 lines
957 B
Plaintext

easyblock = 'ConfigureMake'
name = 'git'
version = '2.12.2'
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')
]
dependencies = [
('cURL', '7.53.1'),
('expat', '2.1.0'),
('gettext','0.19.8'),
('Perl', '5.20.2', '-bare'),
]
preconfigopts = 'make configure && '
# Work around git build system bug. If LIBS contains -lpthread, then configure
# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS.
configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'"
sanity_check_paths = {
'files': ['bin/git'],
'dirs': [],
}
moduleclass = 'tools'