File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ include(rapids-cuda)
63
63
include (rapids-export)
64
64
include (rapids-find )
65
65
66
- set (cupynumeric_version 24.11.00 )
66
+ set (cupynumeric_version 24.11.02 )
67
67
68
68
# For now we want the optimization flags to match on both normal make and cmake
69
69
# 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)
24
24
include ("${rapids-cmake-dir}/cpm/detail/package_details.cmake" )
25
25
rapids_cpm_package_details(legate version git_repo git_branch shallow exclude_from_all )
26
26
27
- set (version ${PKG_VERSION} )
27
+ # 24.11.01 is a hack for release
28
+ set (version 24.11.01)
28
29
set (exclude_from_all ${PKG_EXCLUDE_FROM_ALL} )
29
30
if (PKG_BRANCH)
30
31
set (git_branch "${PKG_BRANCH} " )
Original file line number Diff line number Diff line change 6
6
"org" : " nv-legate" ,
7
7
"artifact_workflow" : " ci-gh.yml" ,
8
8
"nightly_workflow" : " ci-gh-nightly-release.yml" ,
9
- "version" : " 24.11.00 " ,
9
+ "version" : " 24.11.01 " ,
10
10
"git_url" :
" [email protected] :nv-legate/legate.core.internal.git" ,
11
11
"git_shallow" : false ,
12
12
"always_download" : false ,
13
- "git_tag" : " 583cbc0bae357de2eb88b57a88e911750b82ca4f "
13
+ "git_tag" : " 29368dc25a97579dc8669aeb81322504a8c6639a "
14
14
}
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments