We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696fa3d commit 2685e4dCopy full SHA for 2685e4d
conda-recipe/build.sh
@@ -43,7 +43,3 @@ ${PYTHON} -m pip install dist/dpctl*.whl \
43
if [[ -d "${WHEELS_OUTPUT_FOLDER}" ]]; then
44
cp dist/dpctl*.whl "${WHEELS_OUTPUT_FOLDER[@]}"
45
fi
46
-
47
-# need to create this folder so ensure that .dpctl-post-link.sh can work correctly
48
-mkdir -p $PREFIX/etc/OpenCL/vendors
49
-echo "dpctl creates symbolic link to system installed /etc/OpenCL/vendors/intel.icd as a work-around." > $PREFIX/etc/OpenCL/vendors/.dpctl_readme
0 commit comments