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 0d015d5 commit cf91310Copy full SHA for cf91310
conda-recipe/build.sh
@@ -10,6 +10,11 @@ echo "--gcc-toolchain=$PREFIX --sysroot=$PREFIX/$HOST/sysroot -target $HOST" > i
10
export ICPXCFG="$(pwd)/icpx_for_conda.cfg"
11
export ICXCFG="$(pwd)/icpx_for_conda.cfg"
12
13
+echo $ICPXCFG
14
+cat $ICPXCFG
15
+echo $ICXCFG
16
+cat $ICXCFG
17
+
18
if [ -e "_skbuild" ]; then
19
${PYTHON} setup.py clean --all
20
fi
conda-recipe/meta.yaml
@@ -12,6 +12,7 @@ build:
requirements:
build:
+ - {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('dpcpp') }} >=2022.1 # [not osx]
host:
0 commit comments