From 0efcda4ae7316fadecaea93e2959a6e3f9259f37 Mon Sep 17 00:00:00 2001 From: ocldev Date: Fri, 11 Oct 2019 04:21:12 +0200 Subject: [PATCH] igc revision update Change-Id: I3c639b3d12744d9dfe67b85d3b5e9a80f0a2fb97 --- manifests/manifest.yml | 22 +++++++++++----------- scripts/fedora.spec.in | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 71a8c0db52..68b77d0da3 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -1,18 +1,18 @@ components: gmmlib: - branch: gmmlib clean_on_sync: true dest_dir: gmmlib - repository: https://github.com/intel/gmmlib.git - revision: intel-gmmlib-19.3.2 type: git + branch: gmmlib + revision: intel-gmmlib-19.3.2 + repository: https://github.com/intel/gmmlib.git igc: - branch: igc clean_on_sync: true dest_dir: igc - repository: https://github.com/intel/intelgraphicscompiler - revision: b3ed5e584dac45d560e6f68e5f6e84af8a661e6e type: git + branch: igc + revision: 0efaaf958f644e454c84f86ac83109e59eb0580a + repository: https://github.com/intel/intelgraphicscompiler infra: branch: infra clean_on_sync: true @@ -31,17 +31,17 @@ components: revision: 117d709602a49f4aae6e7965743cec61834a3c35 type: git libva: - branch: libva clean_on_sync: true dest_dir: libva - repository: https://github.com/intel/libva.git - revision: c9bb65b type: git + branch: libva + revision: c9bb65b + repository: https://github.com/intel/libva.git wdk: - branch: wdk clean_on_sync: true dest_dir: wdk - revision: 1b671f56c71786ef356de9b0c1d93ba18104e655-1314 type: git + branch: wdk + revision: 1b671f56c71786ef356de9b0c1d93ba18104e655-1314 converter: M-1314 version: '1' diff --git a/scripts/fedora.spec.in b/scripts/fedora.spec.in index 73d6e9974d..3b0df2edcf 100644 --- a/scripts/fedora.spec.in +++ b/scripts/fedora.spec.in @@ -1,6 +1,6 @@ %global neo_commit_id __NEO_COMMIT_ID__ %global gmmlib_version_required 19.3.2 -%global igc_version_required 1.0.2597 +%global igc_version_required 1.0.2714 Name: intel-opencl Version: __NEO_PACKAGE_VERSION__