Skip to content

Commit

Permalink
Set cc and cxx in coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chudur-budur committed Nov 8, 2023
1 parent 8517813 commit b2a63a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build numba-dpex
run: |
export PATH=$CONDA/bin-llvm:$PATH
python setup.py develop
CC=icx CXX=icpx python setup.py develop
- name: Test installation
run: |
Expand Down
7 changes: 5 additions & 2 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ ICXCFG="$(pwd)/icpx_for_conda.cfg"
export ICXCFG
export ICPXCFG

export CC=icx
export CXX=icpx
CC=icx
CXX=icpx

export CC
export CXX

# new llvm-spirv location
# starting from dpcpp_impl_linux-64=2022.0.0=intel_3610
Expand Down

0 comments on commit b2a63a9

Please sign in to comment.