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

new file: c/CUDA/CUDA-9.1.85.eb new file: s/Singularity/Singularity-2.4.4-build.patch new file: s/Singularity/Singularity-2.4.4-functions.patch modified: s/Singularity/Singularity-2.4.4.eb deleted: p/phono3py/.phono3py-1.12.7.46-Py-2.7.eb.swp
32 lines
716 B
Plaintext
32 lines
716 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Singularity'
|
|
version = '2.4.4'
|
|
|
|
homepage = 'http://singularity.lbl.gov/'
|
|
description = """Singularity is a container platform focused on supporting \"Mobility of Compute\""""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/singularityware/singularity/releases/download/%(version)s']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
patches = [
|
|
'Singularity-2.4.4-build.patch',
|
|
'Singularity-2.4.4-functions.patch'
|
|
]
|
|
|
|
dependencies = [
|
|
('squashfs-tools', '4.3'),
|
|
]
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
preconfigopts = './autogen.sh && '
|
|
|
|
# modluafooter = 'add_property("state","experimental")'
|
|
|
|
moduleclass = 'tools'
|