easyconfigs-it4i/g/glibc/glibc-2.19-x32.eb
Lukáš Krupčík 6f3f85ca4c new file: g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED-2.4.1.eb
new file:   g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED-2.4.1.eb
	modified:   g/glibc/glibc-2.19-x32.eb
	new file:   p/PLUMED/PLUMED-2.4.1-intel-2017c.eb


Former-commit-id: 01ff540be1b45dfb24942589040cec3d5d9bfb3c
2018-05-21 13:16:25 +02:00

32 lines
917 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'}
multilib = 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'