diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh index 6b5e9c0b12..bb52713f52 100755 --- a/conda-recipe/build.sh +++ b/conda-recipe/build.sh @@ -1,5 +1,8 @@ #!/bin/bash +echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH" +echo "KW_LD_LIBRARY_PATH: $KW_LD_LIBRARY_PATH" + ${PYTHON} setup.py clean --all INSTALL_CMD="install --sycl-compiler-prefix=$CONDA_PREFIX"