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.
1 parent f52182d commit 4165afeCopy full SHA for 4165afe
conda-recipe/build.sh
@@ -4,7 +4,6 @@
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