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
30 lines
721 B
Plaintext
30 lines
721 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'squashfs-tools'
|
|
version = '4.6.1'
|
|
|
|
homepage = 'http://squashfs.sourceforge.net/'
|
|
description = """Squashfs is a local_compressed read-only filesystem for Linux."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://github.com/plougher/squashfs-tools/archive/refs/tags/']
|
|
sources = ['%(version)s.tar.gz']
|
|
checksums = ['94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c']
|
|
|
|
skipsteps = ['configure']
|
|
|
|
start_dir = 'squashfs-tools'
|
|
|
|
prebuildopts = 'sed -i "s|INSTALL_PREFIX = /usr/local|INSTALL_PREFIX = %(installdir)s|g" Makefile && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/mksquashfs', 'bin/unsquashfs'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|