Skip to content

Commit 88e8931

Browse files
Update meta.yaml to require sysroot_linux-64 >=2.28, and use dppy/label/tools to get it until it comes online from conda-forge
1 parent ca46b1b commit 88e8931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: conda install conda-build
4545
- name: Build conda package
4646
run: |
47-
CHANNELS="-c intel -c main --override-channels"
47+
CHANNELS="-c dppy/label/tools -c intel -c main --override-channels"
4848
VERSIONS="--python ${{ matrix.python }}"
4949
TEST="--no-test"
5050
conda build \

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requirements:
1414
build:
1515
- {{ compiler('cxx') }}
1616
- {{ compiler('dpcpp') }} >=2023.1 # [not osx]
17-
- sysroot_linux-64 >=2.17 # [linux]
17+
- sysroot_linux-64 >=2.28 # [linux]
1818
host:
1919
- setuptools
2020
- cmake >=3.21

0 commit comments

Comments
 (0)