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 60dc13d + 5793c9a commit 7763fcdCopy full SHA for 7763fcd
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