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

modified: l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb new file: t/Togl/Togl-2.0-GCCcore-11.3.0.eb new file: x/XCrySDen/XCrySDen-1.6.2-intel-2022a.eb new file: x/XCrySDen/XCrysDen-1.6.2-no-bwidget-tcl-download.patch deleted: l/libmad/libmad-0.15.1b-GCCcore-11.3.0-remove-depreciated-gcc-options.patch deleted: t/Togl/Togl-2.0-GCCcore-10.2.0.eb
33 lines
1014 B
Plaintext
33 lines
1014 B
Plaintext
# Institution: IT4Innovations National Supercomputing Center, Czech Republic
|
|
# Author: Jakub Kropacek
|
|
# License: GPLv3
|
|
# Year: 2022
|
|
|
|
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': '11.3.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.38')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/mad.h', 'lib/libmad.a', 'lib/libmad.la', 'lib/libmad.%s' % SHLIB_EXT],
|
|
'dirs': ['include', 'lib', 'lib64']
|
|
}
|
|
|
|
moduleclass = 'lib'
|