Skip to content

Commit fdf36a7

Browse files
committed
Add debug output
1 parent 12fd7f3 commit fdf36a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
${PYTHON} setup.py clean --all
4-
${PYTHON} setup.py install --sycl-compiler-prefix=$BUILD_PREFIX
4+
echo "=== CONDA_PREFIX=$CONDA_PREFIX"
5+
${PYTHON} setup.py install --sycl-compiler-prefix="$CONDA_PREFIX"
56

67
# Build wheel package
78
if [ "$CONDA_PY" == "36" ]; then

0 commit comments

Comments
 (0)