Skip to content

Commit

Permalink
Update to fmt 10.1.1 and spdlog 1.12.0. (#1957)
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/rmm#1374.

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

Approvers:
   - Jake Awe (https://github.com/AyodeAwe)
   - Vyas Ramasubramani (https://github.com/vyasr)
  • Loading branch information
bdice authored Nov 30, 2023
1 parent 04fa426 commit ff60d3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

version=$(rapids-generate-version)
git_commit=$(git rev-parse HEAD)
export RAPIDS_PACKAGE_VERSION=${version}
export RAPIDS_PACKAGE_VERSION=${version}
echo "${version}" > VERSION

package_dir="python"
for package_name in pylibraft raft-dask; do
for package_name in pylibraft raft-dask; do
underscore_package_name=$(echo "${package_name}" | tr "-" "_")
sed -i "/^__git_commit__/ s/= .*/= \"${git_commit}\"/g" "${package_dir}/${package_name}/${underscore_package_name}/_version.py"
done
Expand All @@ -39,10 +39,10 @@ rapids-conda-retry mambabuild \

# Build ann-bench for each cuda and python version
rapids-conda-retry mambabuild \
--no-test \
--channel "${CPP_CHANNEL}" \
--channel "${RAPIDS_CONDA_BLD_OUTPUT_DIR}" \
conda/recipes/raft-ann-bench
--no-test \
--channel "${CPP_CHANNEL}" \
--channel "${RAPIDS_CONDA_BLD_OUTPUT_DIR}" \
conda/recipes/raft-ann-bench

# Build ann-bench-cpu only in CUDA 11 jobs since it only depends on python
# version
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/libraft/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cuda11_cuda_profiler_api_run_version:
- ">=11.4.240,<12"

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

fmt_version:
- ">=9.1.0,<10"
- ">=10.1.1,<11"
4 changes: 2 additions & 2 deletions conda/recipes/raft-ann-bench-cpu/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nlohmann_json_version:
- ">=3.11.2"

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

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

0 comments on commit ff60d3a

Please sign in to comment.