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.
2 parents 4f187a8 + b3e6304 commit 73ccfa3Copy full SHA for 73ccfa3
conda-recipe/build.sh
@@ -1,5 +1,10 @@
1
#!/bin/bash
2
3
+# Workaround to Klocwork overwriting LD_LIBRARY_PATH that was modified
4
+# by DPC++ compiler conda packages. Will need to be added to DPC++ compiler
5
+# activation scripts.
6
+export LDFLAGS="$LDFLAGS -Wl,-rpath,$CONDA_PREFIX/lib"
7
+
8
${PYTHON} setup.py clean --all
9
INSTALL_CMD="install --sycl-compiler-prefix=$CONDA_PREFIX"
10
0 commit comments