Skip to content

Commit 40ae65a

Browse files
committed
Set LIBRARY_PATH instead of LD_LIBRARY_PATH in build.sh
1 parent de3d201 commit 40ae65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe-cf/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is necessary to help DPC++ find Intel libraries such as SVML, IRNG, etc in build prefix
2-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${BUILD_PREFIX}/lib"
2+
export LIBRARY_PATH="$LIBRARY_PATH:${BUILD_PREFIX}/lib"
33

44
# Intel LLVM must cooperate with compiler and sysroot from conda
55
echo "--gcc-toolchain=${BUILD_PREFIX} --sysroot=${BUILD_PREFIX}/${HOST}/sysroot -target ${HOST}" > icx_for_conda.cfg

0 commit comments

Comments
 (0)