summaryrefslogtreecommitdiff
path: root/intel-beignet.icd.in
Commit message (Collapse)AuthorAgeFilesLines
* build: use @BEIGNET_INSTALL_DIR@ for the icd file.Zhigang Gong2015-02-271-1/+1
| | | | | | | We should use this macro rather than @LIB_INSTALL_DIR@/beignet/. Reported by Rebecca N. Palmer. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* cmake: use libdir macrosIgor Gnatenko2014-01-161-1/+1
| | | | | | | | | | | Don't hardcode ${prefix}/lib. More better give choice to maintainer where install libs. We will use ${LIB_INSTALL_DIR}, which by default will point to ${CMAKE_INSTALL_PREFIX}/lib. But maintainer will can redefine it with -DLIB_INSTALL_DIR=/usr/lib64 or the same. Let's use libdir macroses. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* CL: prepare to support ICD if the system has ocl-icd..Zhigang Gong2014-01-161-0/+1
v2: Only install the intel-beignet.icd if the system has ocl-icd support. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Tested-by: "Song, Ruiling" <ruiling.song@intel.com>