Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating SRF versions from 22.09 to 22.11 #191

Merged
1 commit merged into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updating SRF versions from 22.09 to 22.11
  • Loading branch information
mdemoret-nv committed Oct 12, 2022
commit da54e036ff282c420057ab580218479b9d7dec70
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif()
rapids_cuda_init_architectures(srf)

project(srf
VERSION 22.09.00
VERSION 22.11.00
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake")
include(import_rapids_cmake)

project(srf-quickstart
VERSION 22.09.00
VERSION 22.11.00
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/environment_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- python=3.8
- scikit-build>=0.12
- spdlog=1.8.5
- srf=22.09
- srf=22.11
- sysroot_linux-64=2.17
- pip:
- cython
Expand Down