mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 04:00:49 +01:00
new file: s/Singularity/Singularity-3.1.0.eb
modified: s/squashfs-tools/squashfs-tools-4.3.eb
This commit is contained in:
parent
04983011bd
commit
1e4645c50e
43
s/Singularity/Singularity-3.1.0.eb
Normal file
43
s/Singularity/Singularity-3.1.0.eb
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
# IT4Innovations 2019
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = 'Singularity'
|
||||||
|
version = '3.1.0'
|
||||||
|
|
||||||
|
homepage = 'https://github.com/sylabs/singularity'
|
||||||
|
description = "Singularity is an open source container platform designed to be simple, fast, and secure. Singularity is optimized for EPC and HPC workloads, allowing untrusted users to run untrusted containers in a trusted way."
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
sources = [{
|
||||||
|
'source_urls': ['https://github.com/sylabs/singularity/releases/download/v3.1.0/'],
|
||||||
|
'filename': 'singularity-3.1.0.tar.gz',
|
||||||
|
'extract_cmd': "mkdir -p src/github.com/sylabs/singularity && tar xfvz %s -C src/github.com/sylabs/singularity --strip-components=1",
|
||||||
|
}]
|
||||||
|
|
||||||
|
builddependencies = [
|
||||||
|
('Go', '1.11.1'),
|
||||||
|
]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('squashfs-tools', '4.3'),
|
||||||
|
]
|
||||||
|
|
||||||
|
skipsteps = ['configure']
|
||||||
|
|
||||||
|
prebuildopts = "export GOPATH=%(builddir)s && "
|
||||||
|
prebuildopts += "./mconfig --prefix=%(installdir)s && "
|
||||||
|
prebuildopts += "cd ./builddir && "
|
||||||
|
preinstallopts = "cd ./builddir && "
|
||||||
|
|
||||||
|
postinstallcmds = [
|
||||||
|
'echo "mksquashfs path = /apps/all/squashfs-tools/4.3/bin" >> %(installdir)s/etc/singularity/singularity.conf',
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/singularity'],
|
||||||
|
'dirs': ['bin', 'etc', 'libexec', 'var'],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
@ -1,3 +1,5 @@
|
|||||||
|
# IT4Innovations 2019
|
||||||
|
|
||||||
easyblock = 'ConfigureMake'
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
name = 'squashfs-tools'
|
name = 'squashfs-tools'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user