Skip to content

Commit

Permalink
Add more packages for RAPIDS 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 6, 2024
1 parent e18b5a3 commit 8036147
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
40 changes: 40 additions & 0 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cugraph-service-client": {
"has_cuda_suffix": false,
"publishes_prereleases": true
},
"cugraph-service-server": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"nx-cugraph": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand All @@ -72,6 +80,10 @@
},
"cugraph-ops": {
"packages": {
"libcugraphops": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"pylibcugraphops": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand Down Expand Up @@ -115,6 +127,14 @@
"cuspatial": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"libcuspatial": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"libcuspatial-tests": {
"has_cuda_suffix": true,
"publishes_prereleases": true
}
}
},
Expand Down Expand Up @@ -296,6 +316,14 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cugraph-service-client": {
"has_cuda_suffix": false,
"publishes_prereleases": true
},
"cugraph-service-server": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"nx-cugraph": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand All @@ -308,6 +336,10 @@
},
"cugraph-ops": {
"packages": {
"libcugraphops": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"pylibcugraphops": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand Down Expand Up @@ -351,6 +383,14 @@
"cuspatial": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"libcuspatial": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"libcuspatial-tests": {
"has_cuda_suffix": true,
"publishes_prereleases": true
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@
"cugraph-dgl": RAPIDSPackage(),
"cugraph-equivariant": RAPIDSPackage(),
"cugraph-pyg": RAPIDSPackage(),
"cugraph-service-client": RAPIDSPackage(has_cuda_suffix=False),
"cugraph-service-server": RAPIDSPackage(),
"nx-cugraph": RAPIDSPackage(),
"pylibcugraph": RAPIDSPackage(),
}
),
"cugraph-ops": RAPIDSRepository(
packages={
"libcugraphops": RAPIDSPackage(),
"pylibcugraphops": RAPIDSPackage(),
}
),
Expand All @@ -83,6 +86,8 @@
"cuspatial": RAPIDSRepository(
packages={
"cuspatial": RAPIDSPackage(),
"libcuspatial": RAPIDSPackage(),
"libcuspatial-tests": RAPIDSPackage(),
}
),
"cuxfilter": RAPIDSRepository(
Expand Down

0 comments on commit 8036147

Please sign in to comment.