Skip to content

Commit

Permalink
Update to fmt 10.1.1 and spdlog 1.12.0. (#1374)
Browse files Browse the repository at this point in the history
This PR updates to fmt 10.1.1 and spdlog 1.12.

Depends on rapidsai/rapids-cmake#473.

Closes #1356

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #1374
  • Loading branch information
bdice authored Nov 30, 2023
1 parent ee3817c commit d8579b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- doxygen=1.9.1
- fmt>=9.1.0,<10
- fmt>=10.1.1,<11
- gcc_linux-64=11.*
- gcovr>=5.0
- graphviz
Expand All @@ -34,7 +34,7 @@ dependencies:
- pytest-cov
- python>=3.9,<3.11
- scikit-build>=0.13.1
- spdlog>=1.11.0,<1.12
- spdlog>=1.12.0,<1.13
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- doxygen=1.9.1
- fmt>=9.1.0,<10
- fmt>=10.1.1,<11
- gcc_linux-64=11.*
- gcovr>=5.0
- graphviz
Expand All @@ -32,7 +32,7 @@ dependencies:
- pytest-cov
- python>=3.9,<3.11
- scikit-build>=0.13.1
- spdlog>=1.11.0,<1.12
- spdlog>=1.12.0,<1.13
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/librmm/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ cmake_version:
- ">=3.26.4"

fmt_version:
- ">=9.1.0,<10"
- ">=10.1.1,<11"

gtest_version:
- ">=1.13.0"

spdlog_version:
- ">=1.11.0,<1.12"
- ">=1.12.0,<1.13"

sysroot_version:
- "2.17"
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- fmt>=9.1.0,<10
- spdlog>=1.11.0,<1.12
- fmt>=10.1.1,<11
- spdlog>=1.12.0,<1.13
- python>=3.9,<3.11
- output_types: pyproject
packages:
Expand Down

0 comments on commit d8579b7

Please sign in to comment.