easyconfigs-it4i/f/ffnvcodec/ffnvcodec-12.2.72.0.eb
Lukas Krupcik e6fff1ea94 new file: c/CRYSTAL/CRYSTAL-23-intel-compilers-2021.4.0-OpenMPI-4.1.1-1.0.1-Pdistrib.eb
new file:   c/CRYSTAL/CRYSTAL23-ifort_i64.patch
	new file:   c/CRYSTAL/CRYSTAL23-ifort_i64_omp.patch
	new file:   f/ffnvcodec/ffnvcodec-12.2.72.0.eb
	new file:   p/PyQt6/PyQt-6.8.1-GCCcore-13.3.0.eb
	new file:   w/Wayland/Wayland-1.23.0-GCCcore-13.3.0.eb
	new file:   x/XALT/XALT-3.1.4.eb
2025-03-20 10:10:27 +01:00

33 lines
843 B
Plaintext

easyblock = 'ConfigureMake'
name = 'ffnvcodec'
version = '12.2.72.0'
homepage = 'https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
description = """FFmpeg nvidia headers. Adds support for nvenc and nvdec. Requires Nvidia GPU and drivers to be present
(picked up dynamically)."""
toolchain = SYSTEM
sources = [{
'git_config': {
'url': 'https://git.videolan.org/git/ffmpeg/',
'repo_name': 'nv-codec-headers',
'tag': 'n%(version)s',
},
'filename': SOURCE_TAR_GZ,
}]
checksums = ['39374e68968d5fac52cc9bc03ae9a79eefc66dcefbf9750ba00ae3084952adb1']
skipsteps = ['configure']
preinstallopts = 'sed -i "s|PREFIX =.*|PREFIX ?= %(installdir)s|" Makefile && '
sanity_check_paths = {
'files': ['include/ffnvcodec/nvEncodeAPI.h', 'lib/pkgconfig/ffnvcodec.pc'],
'dirs': [],
}
moduleclass = 'lib'