Skip to content

Commit

Permalink
24.11.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinz committed Dec 7, 2024
1 parent 9627cb8 commit 5371ab3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ include(rapids-cuda)
include(rapids-export)
include(rapids-find)

set(cupynumeric_version 24.11.00)
set(cupynumeric_version 24.11.02)

# For now we want the optimization flags to match on both normal make and cmake
# builds so we override the cmake defaults here for release, this changes
Expand Down
3 changes: 2 additions & 1 deletion cmake/thirdparty/get_legate.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ function(find_or_configure_legate)
include("${rapids-cmake-dir}/cpm/detail/package_details.cmake")
rapids_cpm_package_details(legate version git_repo git_branch shallow exclude_from_all)

set(version ${PKG_VERSION})
# 24.11.01 is a hack for release
set(version 24.11.01)
set(exclude_from_all ${PKG_EXCLUDE_FROM_ALL})
if(PKG_BRANCH)
set(git_branch "${PKG_BRANCH}")
Expand Down
4 changes: 2 additions & 2 deletions cmake/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"org": "nv-legate",
"artifact_workflow": "ci-gh.yml",
"nightly_workflow": "ci-gh-nightly-release.yml",
"version": "24.11.00",
"version": "24.11.01",
"git_url" : "[email protected]:nv-legate/legate.core.internal.git",
"git_shallow": false,
"always_download": false,
"git_tag" : "583cbc0bae357de2eb88b57a88e911750b82ca4f"
"git_tag" : "29368dc25a97579dc8669aeb81322504a8c6639a"
}
}
}

0 comments on commit 5371ab3

Please sign in to comment.