Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update recipe with dpctl and dpnp version for build #710

Merged
merged 4 commits into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,5 @@ c_compiler_version: # [linux]
cxx_compiler_version: # [linux]
- 7 # [linux and x86_64]

dpctl:
- 0.11.0

dpnp:
- 0.10.0dev0

mkl:
- 2021.3.0

pin_run_as_build:
dpnp: x.x
mkl: x.x
6 changes: 2 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ requirements:
- setuptools
- cython
- numba 0.54*|0.55*
- dpctl {{ dpctl }}
- dpnp {{ dpnp }} # [linux]
- mkl {{ mkl }} # [linux]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

- dpctl >=0.12.0dev3
- dpnp >=0.10.0dev0 # [linux]
- wheel
run:
- python
Expand All @@ -30,7 +29,6 @@ requirements:
- spirv-tools
- llvm-spirv 11.*
- dpnp # [linux]
- mkl # [linux]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

- packaging

test:
Expand Down