File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
5
5
6
6
Name: igc-opencl
7
7
Description: Intel(R) Graphics Compiler for OpenCL(TM)
8
- Version: @IGC_API_MAJOR_VERSION@.@IGC_API_MINOR_VERSION@.@IGC_API_PATCH_VERSION@
8
+ Version: @IGC_API_MAJOR_VERSION@.@IGC_API_MINOR_VERSION@.@IGC_API_PATCH_VERSION@@IGC_PC_PACKAGE_RELEASE@
9
9
Cflags: -I${includedir} -I${includedir}/cif -I${includedir}/ocl_igc_shared/executable_format -I${includedir}/ocl_igc_shared/device_enqueue
10
10
Libs:
Original file line number Diff line number Diff line change @@ -3902,6 +3902,10 @@ endif()
3902
3902
# cpack to create deb package
3903
3903
########################################################################
3904
3904
3905
+ set (IGC_PC_PACKAGE_RELEASE "" )
3906
+ if (DEFINED IGC_PACKAGE_RELEASE )
3907
+ set (IGC_PC_PACKAGE_RELEASE "-${IGC_PACKAGE_RELEASE} " )
3908
+ endif ()
3905
3909
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /AdaptorOCL/igc.opencl.h.in ${IGC_BUILD__IGC_BIN_DIR} /AdaptorOCL/igc.opencl.h )
3906
3910
configure_file (${CMAKE_CURRENT_SOURCE_DIR} /AdaptorOCL/igc-opencl.pc.in ${IGC_BUILD__IGC_BIN_DIR} /AdaptorOCL/igc-opencl.pc @ONLY )
3907
3911
You can’t perform that action at this time.
0 commit comments