mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 20:20:49 +01:00

new file: f/FFmpeg/FFmpeg-5.1.2-GCCcore-11.3.0.eb new file: n/nvcodec/nvcodec-11.1.5.1.eb
34 lines
734 B
Plaintext
34 lines
734 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'nvcodec'
|
|
version = '11.1.5.1'
|
|
|
|
homepage = 'https://www.ffmpeg.org/'
|
|
description = "FFmpeg version of headers required to interface with Nvidias codec APIs."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://github.com/FFmpeg/nv-codec-headers/releases/download/n%(version)s/']
|
|
sources = ['nv-codec-headers-%(version)s.tar.gz']
|
|
checksums = ['a28cdde3ac0e9e02c2dde7a1b4de5333b4ac6148a8332ca712da243a3361a0d9']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.38'),
|
|
]
|
|
dependencies = [
|
|
('CUDA', '11.7.0', '', True),
|
|
]
|
|
|
|
skipsteps = ['configure']
|
|
installopts = " PREFIX=%(installdir)s "
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['include', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|