easyconfigs-it4i/g/git/git-2.14.1-GCC-7.1.0-2.28.eb
Lukáš Krupčík 77339d5fa6 new file: c/CMake/CMake-3.10.0.eb
modified:   c/CP2K/CP2K-5.1-intel-2017a-test.eb
	new file:   c/CP2K/CP2K-5.1.eb
	new file:   c/cURL/cURL-7.56.1.eb
	new file:   e/ELPA/ELPA-2017.05.002-foss-2017a.eb
	new file:   e/expat/expat-2.2.5.eb
	new file:   g/git/git-2.14.1-GCC-7.1.0-2.28.eb
	new file:   g/gzip/gzip-1.8.eb
	modified:   l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb
	new file:   t/tmux/tmux-2.6.eb
	deleted:    c/CP2K/CP2K-5.1-intel-2017a-test2.eb
2017-11-22 13:54:40 +01:00

38 lines
1007 B
Plaintext

easyblock = 'ConfigureMake'
name = 'git'
version = "2.14.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': 'GCC', 'version': '7.1.0-2.28'}
source_urls = ['https://www.kernel.org/pub/software/scm/git/']
sources = ['%(name)s-%(version)s.tar.gz']
builddependencies = [
('Autoconf', '2.69', '', True)
]
dependencies = [
('cURL', '7.53.1', '', True),
('expat', '2.2.0', '', True),
('gettext','0.19.8.1', '', True),
('Perl', '5.26.0', '-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'