infra update

Related-To: NEO-7227
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-09-21 15:44:07 +00:00
committed by Compute-Runtime-Automation
parent ddaf6c10cd
commit ec4e3d0b10
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ components:
branch: master
dest_dir: infra
fetch_tags: true
revision: v4185
revision: v4189
type: git
internal:
branch: master

View File

@@ -42,7 +42,7 @@ exposing hardware capabilities to applications.
mkdir build
cd build
%cmake .. \
-GNinja \
-GNinja ${NEO_BUILD_EXTRA_OPTS} \
-DNEO_VERSION_BUILD=%{build_id} \
-DCMAKE_BUILD_TYPE=Release \
-DNEO_BUILD_WITH_OCL=FALSE \

View File

@@ -52,7 +52,7 @@ exposing hardware capabilities to applications.
%build
%cmake .. \
-GNinja \
-GNinja ${NEO_BUILD_EXTRA_OPTS} \
-DNEO_VERSION_BUILD=%{build_id} \
-DCMAKE_BUILD_TYPE=%{build_type} \
-DNEO_BUILD_WITH_OCL=FALSE \

View File

@@ -46,7 +46,7 @@ Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to con
mkdir build
cd build
%cmake .. \
-GNinja \
-GNinja ${NEO_BUILD_EXTRA_OPTS} \
-DNEO_OCL_VERSION_MAJOR=%{NEO_OCL_VERSION_MAJOR} \
-DNEO_OCL_VERSION_MINOR=%{NEO_OCL_VERSION_MINOR} \
-DNEO_VERSION_BUILD=%{NEO_OCL_VERSION_BUILD} \

View File

@@ -54,7 +54,7 @@ Summary: ocloc package for opencl
%build
%cmake .. \
-GNinja \
-GNinja ${NEO_BUILD_EXTRA_OPTS} \
-DNEO_OCL_VERSION_MAJOR=%{NEO_OCL_VERSION_MAJOR} \
-DNEO_OCL_VERSION_MINOR=%{NEO_OCL_VERSION_MINOR} \
-DNEO_VERSION_BUILD=%{NEO_OCL_VERSION_BUILD} \