mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/apptainer/apptainer-1.2.5.eb new file: a/apptainer/apptainer-1.3.0.eb modified: a/apptainer/apptainer-1.3.1.eb modified: d/Dakota/Dakota-6.15.0-foss-2021b.eb modified: d/Dakota/Dakota-6.15.0-intel-2021b.eb new file: g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb modified: h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb new file: h/htop/htop-3.3.0.eb new file: l/libxc/libxc-6.2.2-intel-compilers-2023.2.1.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb new file: n/netCDF/netCDF-4.9.2-iimpi-2023b.eb new file: o/Octopus/Octopus-14.1-intel-2023b-mpi.eb new file: s/squashfs-tools/squashfs-tools-4.6.1.eb new file: u/uncertainties/uncertainties-3.1.7-foss-2023b.eb
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
# Dokoncit `make install` rucne, nejde bez ROOTa !!!
|
|
# /apps/all/apptainer/1.2.5/etc/apptainer/apptainer.conf nv=yes !!!
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'apptainer'
|
|
version = '1.2.5'
|
|
|
|
homepage = 'https://github.com/apptainer/apptainer'
|
|
description = "Apptainer is an open source container platform designed to be simple, fast, and secure. Many container platforms are available, but Apptainer is designed for ease-of-use on shared systems and in high performance computing (HPC) environments."
|
|
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://github.com/apptainer/apptainer/releases/download/v%s/' % version]
|
|
sources = ['apptainer-%(version)s.tar.gz']
|
|
checksums = ['606b67ef97683e1420401718687d258b1034fdf2edae72eeacd0828dffbfc2c2']
|
|
|
|
builddependencies = [
|
|
('Go', '1.22.1'),
|
|
]
|
|
|
|
dependencies = [
|
|
('squashfs-tools', '4.3'),
|
|
]
|
|
|
|
osdependencies = [
|
|
('openssl-devel', 'libssl-dev', 'libopenssl-devel'),
|
|
]
|
|
|
|
skipsteps = ['configure']
|
|
prebuildopts = './mconfig --prefix=%(installdir)s --with-suid && '
|
|
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/apptainer'],
|
|
'dirs': ['bin', 'etc', 'libexec', 'var'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|