Skip to content

Commit

Permalink
Add sysroot and conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Jul 23, 2024
1 parent 8a2cbf6 commit 0022bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
# We want to make sure that all dependecies install automatically.
# intel-opencl-rt is needed for set-intel-ocl-icd-registry.ps1
- name: Install built package
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c ${{ env.CHANNEL_PATH }} --override-channels
run: conda install ${{ env.PACKAGE_NAME }}=${{ env.PACKAGE_VERSION }} intel-opencl-rt -c conda-forge -c ${{ env.CHANNEL_PATH }} --override-channels

- name: Setup OpenCL CPU device
if: runner.os == 'Windows'
Expand Down
1 change: 1 addition & 0 deletions environment/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- libffi
- gcc_linux-64
- dpcpp_linux-64>=2024.2
- sysroot_linux-64=2.28
- numba==0.59*
- dpctl
- dpnp
Expand Down
1 change: 1 addition & 0 deletions environment/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- libffi
- gcc_linux-64
- dpcpp_linux-64>=2024.2
- sysroot_linux-64=2.28
- numba==0.59*
- scikit-build>=0.15*
- cmake>=3.26*
Expand Down

0 comments on commit 0022bcb

Please sign in to comment.