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 cf91310 commit 20566efCopy full SHA for 20566ef
conda-recipe/build.sh
@@ -6,13 +6,13 @@
6
export LDFLAGS="$LDFLAGS -Wl,-rpath,$PREFIX/lib"
7
8
# Intel LLVM must cooperate with compiler and sysroot from conda
9
-echo "--gcc-toolchain=$PREFIX --sysroot=$PREFIX/$HOST/sysroot -target $HOST" > icpx_for_conda.cfg
+echo "--gcc-toolchain=${!PREFIX} --sysroot=${!PREFIX}/${!HOST}/sysroot -target ${!HOST}" > icpx_for_conda.cfg
10
export ICPXCFG="$(pwd)/icpx_for_conda.cfg"
11
export ICXCFG="$(pwd)/icpx_for_conda.cfg"
12
13
-echo $ICPXCFG
+echo ${!ICPXCFG}
14
cat $ICPXCFG
15
-echo $ICXCFG
+echo ${!ICXCFG}
16
cat $ICXCFG
17
18
if [ -e "_skbuild" ]; then
0 commit comments