Skip to content

Commit

Permalink
Upgrade clang to 11.1.0 (#1949)
Browse files Browse the repository at this point in the history
This upgrade is required to be in-line with: rapidsai/cudf#9716

Depends on: rapidsai/integration#390

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Brad Rees (https://github.com/BradReesWork)

URL: #1949
  • Loading branch information
galipremsagar authored Nov 18, 2021
1 parent 708c319 commit 6c21271
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
- clang=11.0.0
- clang-tools=11.0.0
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1
- python>=3.6,<3.9
- notebook>=0.5.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
- clang=11.0.0
- clang-tools=11.0.0
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1
- python>=3.6,<3.9
- notebook>=0.5.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- ucx-proc=*=gpu
- scipy
- networkx>=2.5.1
- clang=11.0.0
- clang-tools=11.0.0
- clang=11.1.0
- clang-tools=11.1.0
- cmake>=3.20.1
- python>=3.6,<3.9
- notebook>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion cpp/scripts/run-clang-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import tempfile


EXPECTED_VERSION = "11.0.0"
EXPECTED_VERSION = "11.1.0"
VERSION_REGEX = re.compile(r"clang-format version ([0-9.]+)")
# NOTE: populate this list with more top-level dirs as we add more of them to the cugraph repo
DEFAULT_DIRS = ["cpp/include",
Expand Down

0 comments on commit 6c21271

Please sign in to comment.