mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +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
32 lines
576 B
Plaintext
32 lines
576 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'htop'
|
|
version = "3.3.0"
|
|
|
|
homepage = 'https://htop.dev'
|
|
|
|
description = """An interactive process viewer for Unix"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
github_account = 'htop-dev'
|
|
source_urls = [GITHUB_SOURCE]
|
|
sources = ['%(version)s.tar.gz']
|
|
checksums = ['1e5cc328eee2bd1acff89f860e3179ea24b85df3ac483433f92a29977b14b045']
|
|
|
|
dependencies = [
|
|
('ncurses', '6.4'),
|
|
]
|
|
|
|
preconfigopts = 'LIBS="$LIBS -ltinfo" && ./autogen.sh && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/htop'],
|
|
'dirs': ['share'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|