Skip to content

Commit e335016

Browse files
authored
Merge branch 'master' into bot/pre-commit-autoupdate
2 parents 79c65fd + 75b13c5 commit e335016

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ jobs:
354354
TEST_CHANNELS: '-c ${{ env.channel-path }} ${{ env.channels-list }}'
355355
MAMBA_NO_LOW_SPEED_LIMIT: 1
356356

357+
- name: Install OCL CPU RT from Intel channel
358+
run: mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
359+
357360
- name: List installed packages
358361
run: mamba list
359362

.github/workflows/cron-run-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
run: |
9393
mamba install ${{ env.package-name }}=${{ steps.find_latest_tag.outputs.tag }} ${{ env.test-packages }} ${{ env.channels-list }}
9494
95+
- name: Install OCL CPU RT from Intel channel
96+
run: mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
97+
9598
- name: List installed packages
9699
run: mamba list
97100

environments/build_conda_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.13 # no python 3.14 support by conda-build
6-
- conda-build=25.9.0
6+
- conda-build=25.11.0

environments/oneapi_pkgs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ channels:
44
dependencies:
55
- dpcpp_linux-64>=2025.3 # force to install the latest release
66
- mkl-devel-dpcpp>=2025.3 # force to install the latest release
7+
- mkl-devel>=2025.3 # w/a to intel_repack-feedstock#121
78
- onedpl-devel
89
- tbb-devel * intel_* # MKL hardly dependces on TBB from Intel channel

0 commit comments

Comments
 (0)