Skip to content

Commit 7bf7a76

Browse files
authored
Upgrade to spdlog 1.10 (rapidsai#1173)
Updates spdlog dependency to 1.10 to match the conda-forge pinning. Depends on rapidsai/rapids-cmake#312 Also updates the flake8 pre-commit hook location since it's migrated from gitlab to github. Authors: - Keith Kraus (https://github.com/kkraus14) Approvers: - Mark Harris (https://github.com/harrism) - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#1173
1 parent c1e06b9 commit 7bf7a76

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: black
1515
args: ["--config=python/pyproject.toml"]
16-
- repo: https://gitlab.com/pycqa/flake8
16+
- repo: https://github.com/PyCQA/flake8
1717
rev: 3.8.3
1818
hooks:
1919
- id: flake8

conda/environments/all_cuda-115_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ dependencies:
2222
- pytest-cov
2323
- python>=3.8,<3.10
2424
- scikit-build>=0.13.1
25-
- spdlog>=1.8.5,<1.9
25+
- spdlog=1.10
2626
name: all_cuda-115_arch-x86_64

conda/environments/all_cuda-116_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ dependencies:
2222
- pytest-cov
2323
- python>=3.8,<3.10
2424
- scikit-build>=0.13.1
25-
- spdlog>=1.8.5,<1.9
25+
- spdlog=1.10
2626
name: all_cuda-116_arch-x86_64

conda/recipes/librmm/conda_build_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ cmake_version:
1313
gtest_version:
1414
- "=1.10.0"
1515

16+
spdlog_version:
17+
- "1.10"
18+
1619
sysroot_version:
1720
- "2.17"

conda/recipes/librmm/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ outputs:
5353
- cmake {{ cmake_version }}
5454
run:
5555
- cudatoolkit {{ cuda_spec }}
56-
- spdlog>=1.8.5,<1.9
56+
- spdlog {{ spdlog_version }}
5757
test:
5858
commands:
5959
- test -f $PREFIX/include/rmm/thrust_rmm_allocator.h

conda/recipes/rmm/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ requirements:
4848
- python
4949
- scikit-build>=0.13.1
5050
- setuptools
51-
- spdlog>=1.8.5,<2.0.0a0
5251
run:
5352
- cuda-python >=11.7.1,<12.0
5453
- numba >=0.49

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- scikit-build>=0.13.1
4444
- output_types: conda
4545
packages:
46-
- spdlog>=1.8.5,<1.9
46+
- spdlog=1.10
4747
cudatoolkit:
4848
specific:
4949
- output_types: conda

0 commit comments

Comments
 (0)