mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: a/ABINIT/ABINIT-9.4.2-intel-2020b.eb new file: a/ANSYS/ANSYS-20.2-intel-2017c.eb new file: g/grace/grace-5.1.25-intel-2020b.eb modified: i/impi/impi-2017.4.239-iccifort-2017.8.262-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-4.1.1-AOCL-3.0.1-AOCC-3.1.0.eb new file: q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2-test.eb new file: s/Singularity/Singularity-3.8.3.eb
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
# Dokoncit `make install` rucne, nejde bez ROOTa !!!
|
|
# /apps/all/Singularity/3.7.0/etc/singularity/singularity.conf nv=yes !!!
|
|
# Poslat info na tomas.karasek@vsb.cz o zmene...
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Singularity'
|
|
version = '3.8.3'
|
|
|
|
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 = SYSTEM
|
|
|
|
source_urls = ['https://github.com/hpcng/singularity/releases/download/v%s/' % version]
|
|
sources = ['singularity-%(version)s.tar.gz']
|
|
|
|
builddependencies = [
|
|
('Go', '1.13.5'),
|
|
]
|
|
|
|
dependencies = [
|
|
('squashfs-tools', '4.3'),
|
|
]
|
|
|
|
osdependencies = [
|
|
('openssl-devel', 'libssl-dev', 'libopenssl-devel'),
|
|
]
|
|
|
|
skipsteps = ['configure']
|
|
prebuildopts = './mconfig --prefix=%(installdir)s && '
|
|
buildopts = '-C ./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'
|