mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
19 lines
478 B
Plaintext
19 lines
478 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Singularity'
|
|
version = '2.2'
|
|
|
|
homepage = 'http://gmkurtzer.github.io/singularity'
|
|
description = """Singularity is a portable application stack packaging and runtime utility."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
source_urls = ['https://github.com/gmkurtzer/singularity/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
preconfigopts = './autogen.sh && '
|
|
|
|
moduleclass = 'tools'
|