We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd1f1e commit f15ec81Copy full SHA for f15ec81
conda-recipe/build.sh
@@ -4,6 +4,7 @@
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
9
# Intel LLVM must cooperate with compiler and sysroot from conda
10
echo "--gcc-toolchain=${BUILD_PREFIX} --sysroot=${BUILD_PREFIX}/${HOST}/sysroot -target ${HOST}" > icpx_for_conda.cfg
0 commit comments