mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
24 lines
608 B
Plaintext
24 lines
608 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Singularity'
|
|
version = '2.3'
|
|
versionsuffix = '-develop'
|
|
|
|
homepage = 'http://gmkurtzer.github.io/singularity'
|
|
description = """Singularity is a portable application stack packaging and runtime utility."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['http://github.com/singularityware/singularity/archive']
|
|
sources = ['development.zip']
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
preconfigopts = './autogen.sh && '
|
|
|
|
modextravars = {'SINGULARITY_OVERLAYFS_ENABLED': '1'}
|
|
|
|
modluafooter = 'add_property("state","experimental")'
|
|
|
|
moduleclass = 'tools'
|