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 0e32d06 commit e4f3964Copy full SHA for e4f3964
conda-recipe/build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# This is necessary to help DPC++ find Intel libraries such as SVML, IRNG, etc in build prefix
4
-export LIBRARY_PATH="$LD_LIBRARY_PATH:${BUILD_PREFIX}/lib"
+export LIBRARY_PATH="$LIBRARY_PATH:${BUILD_PREFIX}/lib"
5
6
# Intel LLVM must cooperate with compiler and sysroot from conda
7
echo "--gcc-toolchain=${BUILD_PREFIX} --sysroot=${BUILD_PREFIX}/${HOST}/sysroot -target ${HOST}" > icpx_for_conda.cfg
0 commit comments