easyconfigs-it4i/g/git/git-2.38.1.eb
Lukas Krupcik ec3e858279 new file: g/GROMACS/GROMACS-2022-constantph-fix_missing_header.patch
new file:   g/GROMACS/GROMACS-2022-foss-2022a-constantph.eb
	new file:   g/git/git-2.38.1.eb
	modified:   l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
	new file:   l/libmad/libmad-0.15.1b-GCCcore-12.2.0.eb
	new file:   l/libmad/libmad-0.15.1b-remove-depreciated-gcc-option.patch
	new file:   n/NVHPC/NVHPC-23.1.eb
	new file:   n/NVSHMEM/NVSHMEM-2.8.0-gompi-2022a-CUDA-11.7.0.eb
	modified:   o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb
	new file:   s/STAR-CCM+/STAR-CCM+-18.02.008-r8.eb
	new file:   s/SoX/SoX-14.4.2-GCCcore-12.2.0.eb
	modified:   x/XALT/XALT-2.10.45-GPU-eb.eb
2023-03-28 21:34:37 +02:00

31 lines
695 B
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'ConfigureMake'
name = 'git'
version = "2.38.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']
checksums = ['620ed3df572a34e782a2be4c7d958d443469b2665eac4ae33f27da554d88b270']
builddependencies = [
('Autoconf', '2.69', '', True)
]
preconfigopts = 'make configure && '
sanity_check_paths = {
'files': ['bin/git'],
'dirs': [],
}
moduleclass = 'tools'