Skip to content

Commit

Permalink
Update recipe with dpctl and dpnp version for build (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Totmenina authored Feb 18, 2022
1 parent 640df1a commit 4a7454f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
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]
- 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]
- packaging

test:
Expand Down

0 comments on commit 4a7454f

Please sign in to comment.