From: Jacek Danecki Date: Wed, 11 Sep 2019 08:21:40 +0000 (+0200) Subject: add driver version X-Git-Tag: auto/th/intel-compute-runtime-19.24.13171-3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=42809d8ccfe61f2c6976af95b5d593e237171d08;p=packages%2Fintel-compute-runtime.git add driver version Signed-off-by: Jacek Danecki --- diff --git a/intel-compute-runtime.spec b/intel-compute-runtime.spec index c515d73..654bc6a 100644 --- a/intel-compute-runtime.spec +++ b/intel-compute-runtime.spec @@ -7,7 +7,7 @@ Summary: Intel Graphics Compute Runtime for OpenCL Name: intel-compute-runtime Version: 19.24.13171 -Release: 2 +Release: 3 License: LGPL v2+ Group: Libraries Source0: https://github.com/intel/compute-runtime/archive/%{version}/%{name}-%{version}.tar.gz @@ -36,7 +36,7 @@ stacks supporting the GEN graphics hardware architecture. install -d build cd build %cmake \ - -DSKIP_ALL_ULT=ON \ + -DSKIP_ALL_ULT=ON -DNEO_DRIVER_VERSION=%{version} \ ../ %{__make}