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

@@ -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} \