Skip to content

Commit

Permalink
Pin to sysroot 2.28 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed May 23, 2023
1 parent 02d86b5 commit ecb1dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -9,7 +9,7 @@ on:
env:
PACKAGE_NAME: dpnp
MODULE_NAME: dpnp
CHANNELS: '-c dppy/label/dev -c intel -c main --override-channels'
CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
TEST_SCOPE: >-
test_arraycreation.py
test_dot.py
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('dpcpp') }} >=2023.0 # [not osx]
- sysroot_linux-64 >=2.28 # [linux]
run:
- python
- dpctl >=0.14.2
Expand Down

0 comments on commit ecb1dc7

Please sign in to comment.