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 3dbe477 commit 322b64dCopy full SHA for 322b64d
.github/workflows/conda-package.yml
@@ -398,8 +398,7 @@ jobs:
398
conda activate --stack build_env
399
if [ -e CMakeLists.txt ]
400
then
401
- python setup.py build_ext --inplace -- -G Ninja \
402
- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_CXX_COMPILER:PATH=icpx \
+ CC=icx CXX=icpx python setup.py build_ext --inplace -G Ninja -- \
403
-DTBB_LIBRARY_DIR=${TBBROOT}/lib \
404
-DMKL_LIBRARY_DIR=${MKLROOT}/lib \
405
-DMKL_INCLUDE_DIR=${MKLROOT}/include \
0 commit comments