Skip to content

Commit 4c0ba89

Browse files
committed
Remove ONEAPI_ROOT from build.sh
1 parent 1e79b1c commit 4c0ba89

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

conda-recipe/build.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
#!/bin/bash
22

3-
# We need dpcpp to compile dpctl_sycl_interface
4-
if [ ! -z "${ONEAPI_ROOT}" ]; then
5-
# Suppress error b/c it could fail on Ubuntu 18.04
6-
source ${ONEAPI_ROOT}/compiler/latest/env/vars.sh || true
7-
else
8-
echo "DPCPP is needed to build DPCTL. Abort!"
9-
exit 1
10-
fi
11-
123
${PYTHON} setup.py clean --all
134
${PYTHON} setup.py install
145

0 commit comments

Comments
 (0)