6 , intel-compute-runtime
10 stdenv.mkDerivation rec {
11 pname = "intel-gmmlib";
14 src = fetchFromGitHub {
17 rev = "intel-gmmlib-${version}";
18 hash = "sha256-vc4Jk+XAXf/lq5ouCP+04YBuyeypl0XSOPUT1YkL+7A=";
21 nativeBuildInputs = [ cmake ];
24 inherit intel-compute-runtime intel-media-driver;
28 homepage = "https://github.com/intel/gmmlib";
29 license = licenses.mit;
30 description = "Intel Graphics Memory Management Library";
32 The Intel(R) Graphics Memory Management Library provides device specific
33 and buffer management for the Intel(R) Graphics Compute Runtime for
34 OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
36 platforms = [ "x86_64-linux" "i686-linux" ];
37 maintainers = with maintainers; [ SuperSandro2000 ];