Skip to content

Commit

Permalink
Merge pull request #169 from kkraus14/cmake-format
Browse files Browse the repository at this point in the history
add cmake-format
  • Loading branch information
Keith Kraus authored Nov 5, 2020
2 parents e757e6d + 79f03be commit 8c75b22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ requirements:
- conda-forge::clang {{ clang_version }}
- conda-forge::clang-tools {{ clang_version }}
- cmake {{ cmake_version }}
- cmake-format {{ cmake_format_version }}
- cmake_setuptools {{ cmake_setuptools_version }}
- conda {{ conda_version }}
- conda-build {{ conda_build_version }}
Expand Down
2 changes: 2 additions & 0 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ clang_version:
- '=8.0.1'
cmake_version:
- '=3.17'
cmake_format_version:
- '=0.6.11'
cmake_setuptools_version:
- '>=0.1.3'
cupy_version:
Expand Down

0 comments on commit 8c75b22

Please sign in to comment.