mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
merge master
This commit is contained in:
commit
ef60644b7f
@ -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'
|
Loading…
x
Reference in New Issue
Block a user