modified: s/SoX/SoX-14.4.2-GCCcore-11.3.0.eb

This commit is contained in:
Lukas Krupcik 2022-12-01 08:47:49 +01:00
parent c29839b091
commit 448062bcdf

View File

@ -1,7 +1,5 @@
# Institution: IT4Innovations National Supercomputing Center, Czech Republic
# Author: Jakub Kropacek
# License: GPLv3
# Year: 2022
# IT4Innovations 2022
# JK
easyblock = 'ConfigureMake'
@ -23,7 +21,7 @@ builddependencies = [('binutils', '2.38')]
dependencies = [
('FLAC', '1.3.4'),
('LAME', '3.100'),
# ('libmad', '0.15.1b'),
('libmad', '0.15.1b'),
('libvorbis', '1.3.7'),
('FFmpeg', '5.0.1'),
]