File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
1818- cupynumeric==25.10.*,>=0.0.0.dev0
1919- cutensor<=2.2.0.0
2020- hypothesis>=6
21- - legate==25.08 .*,>=0.0.0.dev0
21+ - legate==25.10 .*,>=0.0.0.dev0
2222- libcublas-dev
2323- llvm-openmp
2424- make
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ dependencies:
8282 - output_types : [conda, pyproject, requirements]
8383 packages :
8484 - cmake>=3.26.4,!=3.30.0
85- - &legate legate==25.08 .*,>=0.0.0.dev0
85+ - &legate legate==25.10 .*,>=0.0.0.dev0
8686 - ninja>=1.11.1.1
8787 clang_tidy :
8888 common :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ commit-files = ["legateboost/GIT_COMMIT"]
1212matrix-entry = " cuda_suffixed=true"
1313requires = [
1414 " cmake>=3.26.4,!=3.30.0" ,
15- " legate==25.08 .*,>=0.0.0.dev0" ,
15+ " legate==25.10 .*,>=0.0.0.dev0" ,
1616 " ninja>=1.11.1.1" ,
1717] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
1818
@@ -32,7 +32,7 @@ classifiers = [
3232]
3333dependencies = [
3434 " cupynumeric==25.10.*,>=0.0.0.dev0" ,
35- " legate==25.08 .*,>=0.0.0.dev0" ,
35+ " legate==25.10 .*,>=0.0.0.dev0" ,
3636 " numpy<2" ,
3737 " scikit-learn>=1.6" ,
3838 " typing-extensions>=4.0" ,
Original file line number Diff line number Diff line change @@ -87,4 +87,4 @@ target_include_directories(legateboost
8787 $<INSTALL_INTERFACE :include >
8888)
8989
90- target_link_libraries (legateboost PRIVATE legate::legate BLAS::BLAS $<TARGET_NAME_IF_EXISTS :NCCL ::NCCL > $<TARGET_NAME_IF_EXISTS :CUDA ::cublas >)
90+ target_link_libraries (legateboost PRIVATE legate::legate BLAS::BLAS $<TARGET_NAME_IF_EXISTS :NCCL ::NCCL > $<TARGET_NAME_IF_EXISTS :CUDA ::cublas > $< TARGET_NAME_IF_EXISTS : CCCL :: Thrust > )
You can’t perform that action at this time.
0 commit comments