easyconfigs-it4i/g/glibc/glibc-2.14.eb
Easy Build 308398159f new file: a/ATLAS/ATLAS-3.10.3-intel-2017a-LAPACK-3.6.1.eb
new file:   g/glibc/glibc-2.14.eb
	new file:   l/libICU/libICU-59.1.eb
	new file:   l/libunwind/libunwind-1.2.eb
	new file:   s/Singularity/Singularity-2.3.eb
2017-06-02 09:54:59 +02:00

28 lines
687 B
Plaintext

easyblock = 'ConfigureMake'
name = 'glibc'
version = '2.14'
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 = {'name': 'dummy', 'version': ''}
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'
prebuildopts = 'cd build && '
preinstallopts= 'cd build && '
sanity_check_paths = {
'files': [],
'dirs': ['lib'],
}
moduleclass = 'lib'