From 4213b9e384cad39ed884dc7fdc44a22dc905d836 Mon Sep 17 00:00:00 2001 From: y Date: Tue, 31 Aug 2021 13:05:52 -0500 Subject: [PATCH] Analyzig Klocwork effect on LD_LIBRARY_PATH --- conda-recipe/build.sh | 3 +++ 1 file changed, 3 insertions(+) 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"