Skip to content

Commit

Permalink
Move cmake to the build section.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jul 28, 2022
1 parent cbc28a2 commit 3ae7c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/pylibraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build:

requirements:
build:
- cmake {{ cmake_version }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cuda') }} {{ cuda_version }}
Expand All @@ -31,7 +32,6 @@ requirements:
- python x.x
- setuptools
- cython>=0.29,<0.30
- cmake {{ cmake_version }}
- scikit-build>=0.13.1
- rmm {{ minor_version }}
- libraft-headers {{ version }}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pyraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build:

requirements:
build:
- cmake {{ cmake_version }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('cuda') }} {{ cuda_version }}
Expand All @@ -32,7 +33,6 @@ requirements:
- python x.x
- setuptools
- cython>=0.29,<0.30
- cmake {{ cmake_version }}
- scikit-build>=0.13.1
- rmm {{ minor_version }}
- libraft-headers {{ version }}
Expand Down

0 comments on commit 3ae7c59

Please sign in to comment.