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 f4591d3 commit f3d9276Copy full SHA for f3d9276
conda-recipe/build.sh
@@ -6,6 +6,9 @@
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
+# This is necessary to help DPC++ find Intel libraries such as SVML, IRNG, etc in build prefix
10
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${BUILD_PREFIX}/lib"
11
+
12
# Intel LLVM must cooperate with compiler and sysroot from conda
13
echo "--gcc-toolchain=${BUILD_PREFIX} --sysroot=${BUILD_PREFIX}/${HOST}/sysroot -target ${HOST}" > icpx_for_conda.cfg
14
export ICPXCFG="$(pwd)/icpx_for_conda.cfg"
0 commit comments