easyconfigs-it4i/g/glibc/glibc-2.19-x32.eb
Lukáš Krupčík acabac5470 new file: b/Boost/Boost-1.67.0-intel-2017c-serial.eb
new file:   g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED.eb
	new file:   g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED.eb
	new file:   g/GSL/GSL-2.4-intel-2017c.eb
	new file:   g/glibc/glibc-2.19-x32.eb
	new file:   p/PLUMED/PLUMED-2.3.5-intel-2017c.eb


Former-commit-id: e06e0a7b0b8947f76c6aa50816030ef6d2fc746f
2018-05-21 13:09:20 +02:00

32 lines
912 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'glibc'
version = '2.19'
versionsuffix = '-x32'
homepage = 'https://www.gnu.org/software/libc/'
description = """The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
m32 = True
sources = ['%(name)s-%(version)s.tar.gz']
source_urls = ['http://ftp.gnu.org/gnu/glibc/']
preconfigopts = 'mkdir build && '
preconfigopts += 'cd build && '
configure_cmd_prefix = '.'
configopts = '--enable-kernel=2.6.32 --enable-obsolete-rpc --enable-stack-protector=strong'
prebuildopts = 'cd build && '
preinstallopts= 'cd build && '
sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}
moduleclass = 'lib'