Commit c36b213 1 parent 0d6280e commit c36b213 Copy full SHA for c36b213
File tree 1 file changed +1
-6
lines changed
cross/intel-compute-runtime
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ COMMENT = The Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL
14
14
LICENSE = MIT license
15
15
16
16
POST_EXTRACT_TARGET = intel-compute-runtime_post_extract_target
17
- POST_INSTALL_TARGET = intel-compute-runtime_post_install_target
18
17
CMAKE_USE_NINJA = 0
19
18
CMAKE_USE_DESTDIR = 1
20
19
@@ -31,6 +30,7 @@ BUILD_DEPENDS += cross/Khronos-SPIRV-Headers
31
30
CMAKE_ARGS += -DIGC_DIR=$(STAGING_INSTALL_PREFIX )
32
31
CMAKE_ARGS += -DNEO_DISABLE_LD_GOLD:BOOL='ON'
33
32
CMAKE_ARGS += -DSKIP_UNIT_TESTS=1
33
+ CMAKE_ARGS += -DOCL_ICD_VENDORDIR=$(INSTALL_PREFIX ) /etc/OpenCL/vendors/
34
34
35
35
include ../../mk/spksrc.cross-cmake.mk
36
36
@@ -39,8 +39,3 @@ ENV += LD_LIBRARY_PATH=$(STAGING_INSTALL_PREFIX)/lib
39
39
.PHONY : intel-compute-runtime_post_extract_target
40
40
intel-compute-runtime_post_extract_target :
41
41
@cd $(WORK_DIR ) && ln -s $(PKG_DIR ) $(PKG_NAME )
42
-
43
- .PHONY : intel-compute-runtime_post_install_target
44
- intel-compute-runtime_post_install_target :
45
- @install -m 755 -d $(STAGING_INSTALL_PREFIX ) /etc/OpenCL/vendors/
46
- @install -m 644 $(INSTALL_DIR ) /etc/OpenCL/vendors/intel.icd $(STAGING_INSTALL_PREFIX ) /etc/OpenCL/vendors/
You can’t perform that action at this time.
0 commit comments