Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda-recipe/dpctl-post-link.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash

systemwide_icd=/etc/OpenCL/vendors/intel.icd
local_vendors=$PREFIX/etc/OpenCL/vendors/
local_vendors=$PREFIX/etc/OpenCL/vendors
icd_fn=$local_vendors/intel-ocl-gpu.icd

if [[ -f $systemwide_icd && -d $local_vendors && ! -f $icd_fn ]]; then
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/dpctl-pre-unlink.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

local_vendors=$PREFIX/etc/OpenCL/vendors/
local_vendors=$PREFIX/etc/OpenCL/vendors
icd_fn=$local_vendors/intel-ocl-gpu.icd

if [[ -L $icd_fn ]]; then
Expand Down