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

new file: b/Bison/Bison-3.7.6-GCCcore-10.2.0.eb new file: b/bwidget/bwidget-1.9.14-GCCcore-10.2.0.eb new file: d/DFTB+/DFTB+-21.1-intel-2020a-Python-3.8.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.0.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.3.0.eb new file: g/git/git-2.31.1.eb new file: m/MATLAB/MATLAB-2021a.eb new file: m/Molpro/Molpro-mpp-2021.1.0.linux_x86_64_openmp.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.3.0.eb new file: "o/OpenMPI/\\" new file: s/SoX/SoX-14.4.2-intel-2020b.eb modified: s/SoX/SoX-14.4.2.eb new file: t/Tcl/Tcl-8.6.11-GCCcore-10.2.0.eb new file: t/Tk/Tk-8.6.11-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0_configure.patch new file: t/Togl/Togl-2.0_decl.patch new file: u/UCX/UCX-1.10.1-NVHPC-21.2-CUDA-11.3.0.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.3.0.eb new file: x/XCrySDen/XCrySDen-1.6.2-intel-2020b.eb
23 lines
753 B
Plaintext
23 lines
753 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'SoX'
|
|
version = '14.4.2'
|
|
|
|
homepage = 'https://sourceforge.net/projects/sox'
|
|
description = """SoX is the Swiss Army Knife of sound processing utilities. It can convert audio files
|
|
to other popular audio file types and also apply sound effects and filters during the conversion."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3bb55f6c']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/play', 'bin/rec', 'bin/sox', 'bin/soxi', 'include/sox.h',
|
|
'lib/libsox.a', 'lib/libsox.%s' % SHLIB_EXT, 'lib/pkgconfig/sox.pc'],
|
|
'dirs': ['share/man'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|