deleted: i/intel-compilers/q

deleted:    l/libmad/SoX-14.4.2-GCCcore-11.3.0.eb
	modified:   l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb
This commit is contained in:
Jakub Kropacek 2022-08-19 12:38:01 +02:00 committed by easybuild
parent aa5181dcdd
commit e36cb0ab43
3 changed files with 2 additions and 39 deletions

View File

View File

@ -1,36 +0,0 @@
# Institution: IT4Innovations National Supercomputing Center, Czech Republic
# Author: Jakub Kropacek
# License: GPLv3
# Year: 2022
easyblock = 'ConfigureMake'
name = 'SoX'
version = '14.4.2'
homepage = 'http://sox.sourceforge.net/'
docurls = 'http://sox.sourceforge.net/Docs/Documentation'
description = """Sound eXchange, the Swiss Army knife of audio manipulation"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://sourceforge.net/projects/sox/files/sox/%(version)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c']
builddependencies = [('binutils', '2.38')]
dependencies = [
('FLAC', '1.3.4'),
('LAME', '3.100'),
('libvorbis', '1.3.7'),
('FFmpeg', '5.0.1'),
]
sanity_check_paths = {
'files': ['bin/play', 'bin/rec', 'bin/sox', 'bin/soxi', 'include/sox.h',
'lib/libsox.la', 'lib/libsox.a', 'lib/pkgconfig/sox.pc', 'lib/libsox.%s' % SHLIB_EXT],
'dirs': ['bin', 'include', 'lib', 'lib/pkgconfig', 'share/man'],
}
moduleclass = 'data'

View File

@ -6,8 +6,8 @@ easyblock = 'ConfigureMake'
name = 'libmad'
version = '0.15.1b'
homepage = 'http://www.example.com'
description = """TEMPLATE DESCRIPTION"""
homepage = 'https://www.underbit.com/products/mad/'
description = """MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 format. All three audio layers — Layer I, Layer II, and Layer III (i.e. MP3) — are fully implemented."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
@ -27,5 +27,4 @@ sanity_check_paths = {
'dirs': ["."]
}
# You SHOULD change the following line; Kindly consult other easyconfigs for possible options
moduleclass = 'lib'