Skip to content

Commit 1fc100f

Browse files
authored
Merge pull request #1493 from IntelPython/revert-kw-workaround
Removed w/a to Klocwork
2 parents 70e5aa8 + 7a66510 commit 1fc100f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

conda-recipe/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#!/bin/bash
22

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,$PREFIX/lib"
7-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PREFIX/compiler/lib/intel64_lin:$PREFIX/compiler/lib:$PREFIX/lib"
8-
93
# Intel LLVM must cooperate with compiler and sysroot from conda
104
echo "--gcc-toolchain=${BUILD_PREFIX} --sysroot=${BUILD_PREFIX}/${HOST}/sysroot -target ${HOST}" > icpx_for_conda.cfg
115
export ICPXCFG="$(pwd)/icpx_for_conda.cfg"

0 commit comments

Comments
 (0)