Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Prev Previous commit
Next Next commit
Cahnge required compiler to 2025.0 for examples
  • Loading branch information
oleksandr-pavlyk committed Dec 14, 2024
commit 0885ba65ac4c81673fa1141c30dc3f12f5f15b37
4 changes: 2 additions & 2 deletions 4 .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ jobs:
- name: Install example requirements
shell: bash -ex -l {0}
env:
DPCPP_CMPLR: "dpcpp_linux-64>=2024.2"
DPCPP_CMPLR: "dpcpp_linux-64>=2025.0"
run: |
CHANNELS="${{ env.CHANNELS }}"
. $CONDA/etc/profile.d/conda.sh
Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:
do
pushd $d
conda activate --stack ${{ env.BUILD_ENV_NAME }}
CC=icx CXX=icpx python setup.py build_ext --inplace || exit 1
CC=icx CXX=icpx python setup.py develop -G Ninja || exit 1
conda deactivate
python -m pytest tests || exit 1
popd
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.