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

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
38 lines
995 B
Plaintext
38 lines
995 B
Plaintext
# IT4Innovations 2023
|
|
# JK
|
|
|
|
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': '12.2.0'}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c']
|
|
|
|
builddependencies = [('binutils', '2.39')]
|
|
|
|
dependencies = [
|
|
('FLAC', '1.4.2'),
|
|
('LAME', '3.100'),
|
|
('libmad', '0.15.1b'),
|
|
('libvorbis', '1.3.7'),
|
|
('FFmpeg', '5.1.2'),
|
|
]
|
|
|
|
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'],
|
|
}
|
|
|
|
sanity_check_commands = ['sox --help']
|
|
|
|
moduleclass = 'data'
|