Skip to content

Commit f15ec81

Browse files
Update w/a to Klocwork (#1252)
* add LD_LIBRARY_PATH to buld.sh Co-authored-by: Scherbakov, Denis <[email protected]>
1 parent cbd1f1e commit f15ec81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda-recipe/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# by DPC++ compiler conda packages. Will need to be added to DPC++ compiler
55
# activation scripts.
66
export LDFLAGS="$LDFLAGS -Wl,-rpath,$PREFIX/lib"
7+
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PREFIX/compiler/lib/intel64_lin:$PREFIX/compiler/lib:$PREFIX/lib"
78

89
# Intel LLVM must cooperate with compiler and sysroot from conda
910
echo "--gcc-toolchain=${BUILD_PREFIX} --sysroot=${BUILD_PREFIX}/${HOST}/sysroot -target ${HOST}" > icpx_for_conda.cfg

0 commit comments

Comments
 (0)