Skip to content

Commit 8074cca

Browse files
authored
add cmake to conda build (#478)
1 parent d8e13b9 commit 8074cca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ requirements:
1010
- setuptools
1111
- numpy-devel >=1.18
1212
- cython
13+
- cmake
1314
- dpctl >=0.5.0a0
1415
- mkl-devel >=2021.1.1
1516
- wheel
17+
build:
18+
- {{ compiler('cxx') }}
1619
run:
1720
- python
1821
- dpctl >=0.5.0a0

0 commit comments

Comments
 (0)