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

new file: b/BEEF/BEEF-0.1.1-intel-2020b.eb deleted: b/Bison/Bison-3.0.4.eb new file: b/BoltzTraP2/BoltzTraP2-20.7.1-intel-2020b-Python-3.8.6.eb new file: c/CUDAcore/CUDAcore-11.6.0.eb new file: f/Forge/Forge-21.1.3.eb deleted: f/flex/flex-2.6.4.eb modified: g/GROMACS/GROMACS-2020.4-fosscuda-2020b-PLUMED-2.7.0-patch.eb deleted: m/M4/M4-1.4.17.eb deleted: m/M4/M4-1.4.18.eb new file: n/NVHPC/NVHPC-22.2.eb new file: o/Octave/Octave-6.4.0-intel-2020b-without-X11.eb new file: o/OpenMPI/OpenMPI-4.0.6-NVHPC-22.2-CUDA-11.6.0.eb new file: o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0-v2.eb new file: o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0.eb new file: o/OpenSSL/OpenSSL-1.1.eb new file: p/Python/Python-3.9.6-GCCcore-11.2.0-NetKet.eb modified: p/protobuf/protobuf-2.5.0.eb new file: s/Singularity/Singularity-3.8.6.eb new file: u/UCX/UCX-1.11.2-GCC-10.2.0-CUDA-11.6.0.eb new file: u/UCX/UCX-1.11.2-NVHPC-22.2-CUDA-11.6.0.eb new file: v/VTK/VTK-9.1.0-intel-2020b-Python-3.8.6.eb deleted: z/zlib/zlib-1.2.11.eb
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
# 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.6'
|
|
|
|
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.17.6'),
|
|
]
|
|
|
|
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'
|