merge master

This commit is contained in:
easybuild 2022-11-26 21:21:43 +01:00
commit ef60644b7f

View File

@ -1,33 +0,0 @@
# 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'