easyconfigs-it4i/l/libmad/libmad-0.15.1b-GCCcore-12.2.0.eb
Lukas Krupcik ec3e858279 new file: g/GROMACS/GROMACS-2022-constantph-fix_missing_header.patch
new file:   g/GROMACS/GROMACS-2022-foss-2022a-constantph.eb
	new file:   g/git/git-2.38.1.eb
	modified:   l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
	new file:   l/libmad/libmad-0.15.1b-GCCcore-12.2.0.eb
	new file:   l/libmad/libmad-0.15.1b-remove-depreciated-gcc-option.patch
	new file:   n/NVHPC/NVHPC-23.1.eb
	new file:   n/NVSHMEM/NVSHMEM-2.8.0-gompi-2022a-CUDA-11.7.0.eb
	modified:   o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb
	new file:   s/STAR-CCM+/STAR-CCM+-18.02.008-r8.eb
	new file:   s/SoX/SoX-14.4.2-GCCcore-12.2.0.eb
	modified:   x/XALT/XALT-2.10.45-GPU-eb.eb
2023-03-28 21:34:37 +02:00

31 lines
909 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'ConfigureMake'
name = 'libmad'
version = '0.15.1b'
homepage = 'https://www.underbit.com/products/mad/'
description = """MAD is a high-quality MPEG audio decoder."""
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
source_urls = ['https://sourceforge.net/projects/mad/files/%(name)s/%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['libmad-0.15.1b-remove-depreciated-gcc-option.patch']
checksums = [
'bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690', # libmad-0.15.1b.tar.gz
# libmad-0.15.1b-remove-depreciated-gcc-option.patch
'8f96a23a22ba66e62f32e20064d01f4c7f6a18ba0aab85d3be9ce63794b2c678',
]
builddependencies = [('binutils', '2.39')]
sanity_check_paths = {
'files': ['include/mad.h', 'lib/libmad.a', 'lib/libmad.la', 'lib/libmad.%s' % SHLIB_EXT],
'dirs': ['include', 'lib', 'lib64']
}
moduleclass = 'lib'