This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
3636 for root in " ${CONDA_PREFIX} " " ${BUILD_PREFIX} " ; do
3737 spirvdir=$( find " ${root} " -type d -name __spirv | head -n 1)
3838 if [ -d " ${spirvdir} " ]; then
39- SPIRV_INC_DIR=$( dirname $( dirname " ${spirvdir} " ) )
39+ SPIRV_INC_DIR=$( dirname " ${spirvdir} " )
4040 break
4141 fi
4242 done
4343 if [ -d " ${SPIRV_INC_DIR} " ]; then
4444 echo " Using SPIRV_INC_DIR=${SPIRV_INC_DIR} "
45- mkdir " ${SRC_DIR} /grrrr"
46- ln -s " ${SPIRV_INC_DIR} " " ${SRC_DIR} /grrrr/include"
45+ mkdir " ${SRC_DIR} /grrrr/include "
46+ ln -s " ${SPIRV_INC_DIR} " " ${SRC_DIR} /grrrr/include/CL "
4747 SPIRV_INC_DIR=" ${SRC_DIR} /grrrr/include"
4848 else
4949 echo " Fatal error: SPIRV_INC_DIR not found"
You can’t perform that action at this time.
0 commit comments