easyconfigs-it4i/x/xxd/xxd-8.2.4220-GCCcore-11.3.0.eb
Jakub Kropacek 1149e65a51 new file: c/CP2K/CP2K-2022.1-foss-2022a.eb
new file:   c/ctffind/ctffind-4.1.14-foss-2021a.eb
	new file:   f/FFTW.MPI/FFTW.MPI-3.3.8-NVHPC-22.2.eb
	modified:   f/FFTW/FFTW-3.3.10-NVHPC-22.2-amd.eb
	new file:   f/FFTW/FFTW-3.3.8-NVHPC-22.2-amd.eb
	new file:   f/FFTW/FFTW-3.3.8-NVHPC-22.2.eb
	modified:   h/HDF5/HDF5-1.12.1-NVHPC-22.2.eb
	new file:   h/HDF5/HDF5-1.12.2-gompi-2022a.eb
	new file:   h/HDF5/HDF5-1.12.2-iimpi-2022a.eb
	new file:   l/libxsmm/libxsmm-1.17-GCC-11.3.0.eb
	new file:   p/PLUMED/PLUMED-2.8.0-foss-2022a.eb
	new file:   q/QD/QD-2.3.17-NVHPC-22.2.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-foss-2022a.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a.eb
	new file:   r/RELION/RELION-4.0-beta-foss-2021a.eb
	new file:   s/ScaLAPACK/ScaLAPACK-3.0-NVHPC-22.2.eb
	new file:   v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0-adjust-makefile.patch
	modified:   v/VASP/VASP-6.3.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   x/xxd/xxd-8.2.4220-GCCcore-11.3.0.eb
	deleted:    f/FFTW.MPI/FFTW.MPI-3.3.10-gompi-2022a.eb
	deleted:    h/HDF5/HDF5-1.13.1-gompi-2022a.eb
	deleted:    h/HDF5/HDF5-1.13.1-iimpi-2022a.eb
2022-09-05 18:21:49 +02:00

44 lines
960 B
Plaintext

# IT4Innovations 2022
# JK
#16007
# Last contribution from the NIHR Biomedical Research Centre
# Guy's and St Thomas' NHS Foundation Trust and King's College London
# uploaded by J. Sassmannshausen
easyblock = 'MakeCp'
name = 'xxd'
version = '8.2.4220'
homepage = 'https://www.vim.org'
description = """xxd is part of the VIM package and this will only install xxd, not vim!
xxd converts to/from hexdumps of binary files."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://github.com/vim/vim/archive/refs/tags']
sources = ['v%(version)s.tar.gz']
checksums = [
'8b0406834b4f03af8bc6dedbf4c69977f7b9df6905182623842d7c4f3065c604', # v8.2.4220.tar.gz
]
builddependencies = [
('binutils', '2.38'),
]
start_dir = 'src/xxd'
files_to_copy = [
(['xxd'], 'bin'),
]
sanity_check_paths = {
'files': ['bin/xxd'],
'dirs': [],
}
sanity_check_commands = ["xxd -h 2>&1 | grep -A 4 '^Usage:'"]
moduleclass = 'tools'