conda-forge / ffnvcodec-headers-feedstock

A conda-smithy repository for ffnvcodec-headers.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Require specific versions of drivers #7

Closed hmaarrfk closed 2 years ago

hmaarrfk commented 3 years ago

@jakirkham I think this package needs to depend on driver versions on the OS.

Is there a way to pin to different CUDA/NVidia driver versions?

hmaarrfk commented 3 years ago

Documetnation can be found: https://github.com/FFmpeg/nv-codec-headers

on the minimum versions.

sdvillal commented 3 years ago

Could virtual packages help here? https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html

hmaarrfk commented 3 years ago

Are you suggesting to use cuda as a proxy for the driver version?

jakirkham commented 3 years ago

Not that I'm aware of. We discussed generalizing virtual packages in Conda issue ( https://github.com/conda/conda/issues/10131 ), which may be useful for addressing this need

cc @chenghlee @kkraus14 (for vis)

hmaarrfk commented 2 years ago

I don't think this is needed ffmpeg is smart enough to error gracefully if the right driver isn't installed.