Skip to content

Commit cf91310

Browse files
Also need C compiler, adding some debug output
1 parent 0d015d5 commit cf91310

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

conda-recipe/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ echo "--gcc-toolchain=$PREFIX --sysroot=$PREFIX/$HOST/sysroot -target $HOST" > i
1010
export ICPXCFG="$(pwd)/icpx_for_conda.cfg"
1111
export ICXCFG="$(pwd)/icpx_for_conda.cfg"
1212

13+
echo $ICPXCFG
14+
cat $ICPXCFG
15+
echo $ICXCFG
16+
cat $ICXCFG
17+
1318
if [ -e "_skbuild" ]; then
1419
${PYTHON} setup.py clean --all
1520
fi

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build:
1212

1313
requirements:
1414
build:
15+
- {{ compiler('c') }}
1516
- {{ compiler('cxx') }}
1617
- {{ compiler('dpcpp') }} >=2022.1 # [not osx]
1718
host:

0 commit comments

Comments
 (0)