Skip to content

Commit

Permalink
Move to srf-22.11 alpha (#399)
Browse files Browse the repository at this point in the history
fixes #330

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #399
  • Loading branch information
dagardner-nv authored Oct 12, 2022
1 parent 410859c commit 1dcf216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ include(deps/Configure_rdkafka)

# SRF (Should come after all third party but before NVIDIA repos)
# =====
set(SRF_VERSION 22.09 CACHE STRING "Which version of SRF to use")
set(SRF_VERSION 22.11 CACHE STRING "Which version of SRF to use")
include(deps/Configure_srf)

# CuDF
Expand Down
2 changes: 1 addition & 1 deletion docker/conda/environments/cuda11.5_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies:
- scikit-build=0.13
- sphinx
- sphinx_rtd_theme
- srf 22.09.*
- srf 22.11.*
- sysroot_linux-64=2.17
- tqdm=4
- typing_utils=0.1
Expand Down

0 comments on commit 1dcf216

Please sign in to comment.