Skip to content

Commit 301f7b2

Browse files
committed
Try again
Signed-off-by: Rory Mitchell <r.a.mitchell.nz@gmail.com>
1 parent 9943342 commit 301f7b2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

conda/environments/all_cuda-122.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commit-files = ["legateboost/GIT_COMMIT"]
1212
matrix-entry = "cuda_suffixed=true"
1313
requires = [
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
]
3333
dependencies = [
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",

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>)

0 commit comments

Comments
 (0)