-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
conda-recipe/meta.yaml
Outdated
- dpctl {{ dpctl }} | ||
- dpnp {{ dpnp }} # [linux] | ||
- mkl {{ mkl }} # [linux] | ||
- dpctl 0.12.0dev3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- dpctl 0.12.0dev3 | |
- dpctl >=0.12.0dev3 |
conda-recipe/meta.yaml
Outdated
- dpnp {{ dpnp }} # [linux] | ||
- mkl {{ mkl }} # [linux] | ||
- dpctl 0.12.0dev3 | ||
- dpnp 0.9.0=*_0 # [linux] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- dpnp 0.9.0=*_0 # [linux] | |
- dpnp >=0.10.0dev0 # [linux] |
@@ -19,9 +19,8 @@ requirements: | |||
- setuptools | |||
- cython | |||
- numba 0.54*|0.55* | |||
- dpctl {{ dpctl }} | |||
- dpnp {{ dpnp }} # [linux] | |||
- mkl {{ mkl }} # [linux] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
@@ -30,7 +29,6 @@ requirements: | |||
- spirv-tools | |||
- llvm-spirv 11.* | |||
- dpnp # [linux] | |||
- mkl # [linux] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
conda-recipe/conda_build_config.yaml
Outdated
|
||
dpctl: | ||
- 0.11.0 | ||
|
||
dpnp: | ||
- 0.9.0dev0 | ||
|
||
mkl: | ||
- 2021.3.0 | ||
|
||
pin_run_as_build: | ||
dpnp: x.x | ||
mkl: x.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
conda-recipe/conda_build_config.yaml
Outdated
pin_run_as_build: | ||
dpnp: x.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert it back.
Update recipe to fix internal CI