File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ include(rapids-cuda)
6363include (rapids-export )
6464include (rapids-find )
6565
66- set (cupynumeric_version 24.11.00 )
66+ set (cupynumeric_version 24.11.02 )
6767
6868# For now we want the optimization flags to match on both normal make and cmake
6969# builds so we override the cmake defaults here for release, this changes
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ function(find_or_configure_legate)
2424 include ("${rapids-cmake-dir}/cpm/detail/package_details.cmake" )
2525 rapids_cpm_package_details (legate version git_repo git_branch shallow exclude_from_all )
2626
27- set (version ${PKG_VERSION} )
27+ # 24.11.01 is a hack for release
28+ set (version 24.11.01)
2829 set (exclude_from_all ${PKG_EXCLUDE_FROM_ALL} )
2930 if (PKG_BRANCH)
3031 set (git_branch "${PKG_BRANCH} " )
Original file line number Diff line number Diff line change 66 "org" : " nv-legate" ,
77 "artifact_workflow" : " ci-gh.yml" ,
88 "nightly_workflow" : " ci-gh-nightly-release.yml" ,
9- "version" : " 24.11.00 " ,
9+ "version" : " 24.11.01 " ,
1010 "git_url" : " git@github.com:nv-legate/legate.core.internal.git" ,
1111 "git_shallow" : false ,
1212 "always_download" : false ,
13- "git_tag" : " 583cbc0bae357de2eb88b57a88e911750b82ca4f "
13+ "git_tag" : " 29368dc25a97579dc8669aeb81322504a8c6639a "
1414 }
1515 }
1616}
You can’t perform that action at this time.
0 commit comments