mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/Automake/Automake-1.16.3-GCCcore-10.3.0-test.eb new file: c/CMake/CMake-3.20.1-GCCcore-10.3.0-test.eb modified: c/COMSOL/COMSOL-5.2.0-EDU.eb new file: c/cURL/cURL-7.76.0-GCCcore-10.3.0-test.eb new file: d/DB/DB-18.1.40-GCCcore-10.3.0-test.eb new file: g/git/git-2.32.0-GCCcore-10.3.0-nodocs-test.eb new file: i/intltool/intltool-0.51.0-GCCcore-10.3.0-test.eb new file: l/libarchive/libarchive-3.5.1-GCCcore-10.3.0-test.eb new file: l/libevent/libevent-2.1.12-GCCcore-10.3.0-test.eb new file: n/netCDF/netCDF-4.8.0-gompi-2021a-test.eb new file: n/netCDF/test new file: o/OpenFOAM/OpenFOAM-9-foss-2021a-test.eb new file: p/Perl/Perl-5.32.1-GCCcore-10.3.0-test.eb new file: p/Python/Python-3.9.5-GCCcore-10.3.0-test.eb new file: r/Rust/Rust-1.52.1-GCCcore-10.3.0-test.eb
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
# #
|
|
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
|
|
# #
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'git'
|
|
version = '2.32.0'
|
|
versionsuffix = '-nodocs-test'
|
|
|
|
homepage = 'https://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': 'GCCcore', 'version': '10.3.0'}
|
|
|
|
source_urls = ['https://github.com/%(name)s/%(name)s/archive']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['004697482b6e3b0ae9147580c32efd35869426227f1526f8eafa7950c31def94']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.36.1'),
|
|
('Autotools', '20210128'),
|
|
]
|
|
dependencies = [
|
|
('cURL', '7.76.0', '-test'),
|
|
('expat', '2.2.9'),
|
|
('gettext', '0.21'),
|
|
('Perl', '5.32.1', '-test'),
|
|
('OpenSSL', '1.1.1k'),
|
|
]
|
|
|
|
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/%(name)s'],
|
|
'dirs': ['libexec/%(name)s-core', 'share'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|