File tree 7 files changed +12
-8
lines changed
7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ components:
27
27
revision : V0.8.7
28
28
repository : https://github.com/intel/igsc.git
29
29
infra :
30
- branch : master
30
+ branch : releases/23.13
31
31
dest_dir : infra
32
32
fetch_tags : true
33
- revision : v4754.rel2313.1
33
+ revision : v4754.rel2313.2
34
34
type : git
35
35
internal :
36
36
branch : master
Original file line number Diff line number Diff line change 3
3
%global rel xxx
4
4
%global build_id xxx
5
5
%global NEO_RELEASE_WITH_REGKEYS FALSE
6
+ %global NEO_ENABLE_XE_DRM_DETECTION FALSE
6
7
%global I915_HEADERS_DIR %{nil }
7
8
8
9
%define _source_payload w5T16.xzdio
@@ -65,7 +66,7 @@ cd build
65
66
-DNEO_BUILD_WITH_OCL=FALSE \
66
67
-DNEO_SKIP_UNIT_TESTS=TRUE \
67
68
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
68
- -DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
69
+ -DNEO_ENABLE_XE_DRM_DETECTION=%{ NEO_ENABLE_XE_DRM_DETECTION } \
69
70
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS } \
70
71
-DL0_INSTALL_UDEV_RULES=1 \
71
72
-DUDEV_RULES_DIR=/etc/udev/rules.d/ \
Original file line number Diff line number Diff line change 5
5
%global rel xxx
6
6
%global build_id xxx
7
7
%global NEO_RELEASE_WITH_REGKEYS FALSE
8
+ %global NEO_ENABLE_XE_DRM_DETECTION FALSE
8
9
%global I915_HEADERS_DIR %{nil }
9
10
10
11
%define gmmlib_sover 12
@@ -75,7 +76,7 @@ Intel(R) Graphics Compute Runtime for oneAPI Level Zero - development headers
75
76
-DNEO_BUILD_WITH_OCL=FALSE \
76
77
-DNEO_SKIP_UNIT_TESTS=TRUE \
77
78
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
78
- -DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
79
+ -DNEO_ENABLE_XE_DRM_DETECTION=%{ NEO_ENABLE_XE_DRM_DETECTION } \
79
80
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS } \
80
81
-DL0_INSTALL_UDEV_RULES=1 \
81
82
-DUDEV_RULES_DIR=/etc/udev/rules.d/ \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RELEASE_WITH_REGKEYS ?= FALSE
9
9
IGDRCL_FORCE_USE_LIBVA ?= FALSE
10
10
NEO_SKIP_UNIT_TESTS ?= FALSE
11
11
NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
12
- NEO_ENABLE_XE_DRM_DETECTION ?= TRUE
12
+ NEO_ENABLE_XE_DRM_DETECTION ?= FALSE
13
13
NEO_FORCE_USE_AUB_STREAM ?= TRUE
14
14
15
15
override_dh_auto_configure :
Original file line number Diff line number Diff line change 5
5
%global NEO_OCL_VERSION_MINOR xxx
6
6
%global NEO_OCL_VERSION_BUILD xxx
7
7
%global NEO_RELEASE_WITH_REGKEYS FALSE
8
+ %global NEO_ENABLE_XE_DRM_DETECTION FALSE
8
9
%global I915_HEADERS_DIR %{nil }
9
10
10
11
%define _source_payload w5T16.xzdio
@@ -62,7 +63,7 @@ cd build
62
63
-DBUILD_WITH_L0=FALSE \
63
64
-DNEO_SKIP_UNIT_TESTS=TRUE \
64
65
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
65
- -DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
66
+ -DNEO_ENABLE_XE_DRM_DETECTION=%{ NEO_ENABLE_XE_DRM_DETECTION } \
66
67
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS } \
67
68
-DCMAKE_VERBOSE_MAKEFILE=FALSE \
68
69
-DI915_HEADERS_DIR=$( realpath %{I915_HEADERS_DIR})
Original file line number Diff line number Diff line change 7
7
%global NEO_OCL_VERSION_MINOR xxx
8
8
%global NEO_OCL_VERSION_BUILD xxx
9
9
%global NEO_RELEASE_WITH_REGKEYS FALSE
10
+ %global NEO_ENABLE_XE_DRM_DETECTION FALSE
10
11
%global I915_HEADERS_DIR %{nil }
11
12
12
13
%define gmmlib_sover 12
@@ -70,7 +71,7 @@ Summary: ocloc package for opencl
70
71
-DBUILD_WITH_L0=FALSE \
71
72
-DNEO_SKIP_UNIT_TESTS=TRUE \
72
73
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
73
- -DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
74
+ -DNEO_ENABLE_XE_DRM_DETECTION=%{ NEO_ENABLE_XE_DRM_DETECTION } \
74
75
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS } \
75
76
-DCMAKE_VERBOSE_MAKEFILE=FALSE \
76
77
-DI915_HEADERS_DIR=$( realpath %{I915_HEADERS_DIR})
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RELEASE_WITH_REGKEYS ?= FALSE
8
8
IGDRCL_FORCE_USE_LIBVA ?= FALSE
9
9
NEO_SKIP_UNIT_TESTS ?= FALSE
10
10
NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
11
- NEO_ENABLE_XE_DRM_DETECTION ?= TRUE
11
+ NEO_ENABLE_XE_DRM_DETECTION ?= FALSE
12
12
NEO_FORCE_USE_AUB_STREAM ?= TRUE
13
13
14
14
override_dh_auto_configure :
You can’t perform that action at this time.
0 commit comments