Skip to content

Commit 2685e4d

Browse files
Remove leftover code from when dpctl has post-link and pre-unlink scripts
1 parent 696fa3d commit 2685e4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

conda-recipe/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ ${PYTHON} -m pip install dist/dpctl*.whl \
4343
if [[ -d "${WHEELS_OUTPUT_FOLDER}" ]]; then
4444
cp dist/dpctl*.whl "${WHEELS_OUTPUT_FOLDER[@]}"
4545
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

Comments
 (0)