easyconfigs-it4i/g/glibc/glibc-2.37-GCCcore-12.2.0.eb
Lukas Krupcik a3ef551a85 new file: a/AOMP/AOMP-17.0-1-gcccuda-2022b.eb
new file:   c/CGAL/CGAL-5.2.4-gompi-2022b.eb
	new file:   c/CGAL/CGAL-5.2.4-iimpi-2022b.eb
	new file:   g/gcccuda/gcccuda-2022b.eb
	new file:   g/glibc/glibc-2.37-GCCcore-12.2.0.eb
	new file:   h/HDF5/HDF5-1.14.0-iimpi-2022b.eb
	new file:   k/KaHIP/KaHIP-3.14-iimpi-2022b.eb
	new file:   n/netCDF/netCDF-4.9.0-iimpi-2022b.eb
	new file:   o/OpenFOAM/OpenFOAM-v2206-foss-2022a.eb
	new file:   o/OpenFOAM/OpenFOAM-v2212-cleanup.patch
	new file:   o/OpenFOAM/OpenFOAM-v2212-intel-2022b.eb
	new file:   o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0-CUDA-11.7.0.eb
	new file:   p/ParaView/ParaView-5.11.0-intel-2022b-mpi.eb
	new file:   p/pkg-config/pkg-config-0.29.2-GCCcore-12.2.0.eb
	new file:   s/SCOTCH/SCOTCH-7.0.3-gompi-2022b.eb
	new file:   s/SCOTCH/SCOTCH-7.0.3-iimpi-2022b.eb
	new file:   t/texinfo/texinfo-7.0.2-GCCcore-12.2.0.eb
2023-05-04 14:18:28 +02:00

38 lines
1.0 KiB
Plaintext

# IT4Innovations
# LK 2023
easyblock = 'ConfigureMake'
name = 'glibc'
version = '2.37'
homepage = 'https://www.gnu.org/software/libc/'
description = """The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems,
as well as many other systems that use Linux as the kernel."""
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
source_urls = ['https://ftp.gnu.org/gnu/glibc/']
sources = ['glibc-%(version)s.tar.xz']
checksums = ['2257eff111a1815d74f46856daaf40b019c1e553156c69d48ba0cbfc1bb91a43']
builddependencies = [
('binutils', '2.39'),
('make', '4.4.1'),
('texinfo', '7.0.2'),
('Bison', '3.8.2'),
('Python', '3.10.8'),
]
preconfigopts = 'mkdir obj && cd obj && CC="$CC -fuse-ld=bfd -w" ' # --disable-werror" '
configure_cmd_prefix = '../'
prebuildopts = "cd obj && "
preinstallopts = prebuildopts
sanity_check_paths = {
'files': ['bin/ldd', 'lib/libc.a', 'lib/libc.%s' % SHLIB_EXT],
'dirs': ['etc', 'libexec', 'include', 'sbin', 'share'],
}
moduleclass = 'lib'