Files
Connor Baker 36a8a15416 cudaPackages.libnvjpeg_2k: init at 0.9.0
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
2025-10-22 13:14:48 -07:00

23 lines
545 B
Nix

{ buildRedist }:
buildRedist {
redistName = "nvjpeg2000";
pname = "libnvjpeg_2k";
outputs = [
"out"
"dev"
"include"
"lib"
"static"
];
meta = {
description = "Accelerates the decoding and encoding of JPEG2000 images on NVIDIA GPUs";
longDescription = ''
The nvJPEG2000 library accelerates the decoding and encoding of JPEG2000 images on NVIDIA GPUs.
'';
homepage = "https://docs.nvidia.com/cuda/nvjpeg2000";
changelog = "https://docs.nvidia.com/cuda/nvjpeg2000/releasenotes.html";
};
}