We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca46b1b commit 88e8931Copy full SHA for 88e8931
.github/workflows/conda-package.yml
@@ -44,7 +44,7 @@ jobs:
44
run: conda install conda-build
45
- name: Build conda package
46
run: |
47
- CHANNELS="-c intel -c main --override-channels"
+ CHANNELS="-c dppy/label/tools -c intel -c main --override-channels"
48
VERSIONS="--python ${{ matrix.python }}"
49
TEST="--no-test"
50
conda build \
conda-recipe/meta.yaml
@@ -14,7 +14,7 @@ requirements:
14
build:
15
- {{ compiler('cxx') }}
16
- {{ compiler('dpcpp') }} >=2023.1 # [not osx]
17
- - sysroot_linux-64 >=2.17 # [linux]
+ - sysroot_linux-64 >=2.28 # [linux]
18
host:
19
- setuptools
20
- cmake >=3.21
0 commit comments