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 12fd7f3 commit fdf36a7Copy full SHA for fdf36a7
conda-recipe/build.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
3
${PYTHON} setup.py clean --all
4
-${PYTHON} setup.py install --sycl-compiler-prefix=$BUILD_PREFIX
+echo "=== CONDA_PREFIX=$CONDA_PREFIX"
5
+${PYTHON} setup.py install --sycl-compiler-prefix="$CONDA_PREFIX"
6
7
# Build wheel package
8
if [ "$CONDA_PY" == "36" ]; then
0 commit comments