Skip to content

Commit

Permalink
intel-compute-runtime: 20.02.15268 -> 20.33.17675
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Aug 26, 2020
1 parent 25d7d47 commit e71aaab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
9 changes: 3 additions & 6 deletions pkgs/os-specific/linux/intel-compute-runtime/default.nix
Expand Up @@ -11,18 +11,15 @@

stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "20.02.15268";
version = "20.33.17675";

src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "138gi92w85bn6haw5x38k39pgiyvvzfhiwpvz6hqlx2j03n8cs2k";
sha256 = "1ckzspf05skdrjh947gv96finxbv5dpgc84hppm5pdsp5q70iyxp";
};

# Build script tries to write the ICD to /etc
patches = [ ./etc-dir.patch ];

nativeBuildInputs = [ cmake pkgconfig ];

buildInputs = [ intel-gmmlib intel-graphics-compiler libva ];
Expand All @@ -31,7 +28,7 @@ stdenv.mkDerivation rec {
"-DSKIP_UNIT_TESTS=1"

"-DIGC_DIR=${intel-graphics-compiler}"
"-DETC_DIR=${placeholder "out"}/etc"
"-DOCL_ICD_VENDORDIR=${placeholder "out"}/etc/OpenCL/vendors"

# The install script assumes this path is relative to CMAKE_INSTALL_PREFIX
"-DCMAKE_INSTALL_LIBDIR=lib"
Expand Down
15 changes: 0 additions & 15 deletions pkgs/os-specific/linux/intel-compute-runtime/etc-dir.patch

This file was deleted.

0 comments on commit e71aaab

Please sign in to comment.