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'