modified: f/FFmpeg/FFmpeg-5.1.2-GCCcore-11.3.0-CUDA-11.7.0.eb

This commit is contained in:
easybuild 2022-11-26 21:21:17 +01:00
parent 492af77a41
commit 6dc8706c6d

View File

@ -1,7 +1,10 @@
# IT4Innovations 2022
# JK
easyblock = 'ConfigureMake' easyblock = 'ConfigureMake'
name = 'FFmpeg' name = 'FFmpeg'
version = '5.0.1' version = '5.1.2'
versionsuffix = '-CUDA-%(cudaver)s' versionsuffix = '-CUDA-%(cudaver)s'
homepage = 'https://www.ffmpeg.org/' homepage = 'https://www.ffmpeg.org/'
@ -13,7 +16,7 @@ source_urls = [
'https://%(namelower)s.org/releases/', 'https://%(namelower)s.org/releases/',
] ]
sources = [SOURCELOWER_TAR_BZ2] sources = [SOURCELOWER_TAR_BZ2]
checksums = ['28df33d400a1c1c1b20d07a99197809a3b88ef765f5f07dc1ff067fac64c59d6'] checksums = ['39a0bcc8d98549f16c570624678246a6ac736c066cebdb409f9502e915b22f2b']
builddependencies = [ builddependencies = [
('binutils', '2.38'), ('binutils', '2.38'),
@ -47,4 +50,6 @@ sanity_check_paths = {
'dirs': ['include'] 'dirs': ['include']
} }
sanity_check_commands = ['ffmpeg --help']
moduleclass = 'vis' moduleclass = 'vis'