mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

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
28 lines
687 B
Plaintext
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'
|