-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check generated JSON into source control (#13)
This will allow projects to download the generated JSON directly from GitHub.
- Loading branch information
1 parent
78dc3e2
commit 1b6156a
Showing
8 changed files
with
417 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/usr/bin/env python3 | ||
# Copyright (c) 2024, NVIDIA CORPORATION. | ||
|
||
import os.path | ||
import sys | ||
|
||
repo_root = os.path.join(os.path.dirname(__file__), "..") | ||
sys.path.append(os.path.join(repo_root, "src")) | ||
|
||
from rapids_metadata import json as rapids_json # noqa: E402 | ||
|
||
if __name__ == "__main__": | ||
rapids_json.main( | ||
[ | ||
"--output", | ||
os.path.join(repo_root, "rapids-metadata.json"), | ||
"--pretty", | ||
"--all-versions", | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
{ | ||
"versions": { | ||
"24.08": { | ||
"repositories": { | ||
"_nvidia": { | ||
"packages": { | ||
"cubinlinker": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cucim": { | ||
"packages": { | ||
"cucim": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cudf": { | ||
"packages": { | ||
"cudf": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"dask-cudf": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cugraph": { | ||
"packages": { | ||
"cugraph": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"cugraph-dgl": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"cugraph-equivariant": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"cugraph-pyg": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"nx-cugraph": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"pylibcugraph": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cugraph-ops": { | ||
"packages": { | ||
"pylibcugraphops": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cuml": { | ||
"packages": { | ||
"cuml": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"libcuml": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"libcuml-tests": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cumlprims_mg": { | ||
"packages": { | ||
"libcumlprims": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cuproj": { | ||
"packages": { | ||
"cuproj": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cuspatial": { | ||
"packages": { | ||
"cuspatial": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"cuxfilter": { | ||
"packages": { | ||
"cuxfilter": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"dask-cuda": { | ||
"packages": { | ||
"dask-cuda": { | ||
"has_cuda_suffix": false, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"ptxcompiler": { | ||
"packages": { | ||
"ptxcompiler": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"pynvjitlink": { | ||
"packages": { | ||
"pynvjitlink": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"raft": { | ||
"packages": { | ||
"libraft": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"libraft-headers": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"pylibraft": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"raft-dask": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"rapids-dask-dependency": { | ||
"packages": { | ||
"rapids-dask-dependency": { | ||
"has_cuda_suffix": false, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"rmm": { | ||
"packages": { | ||
"librmm": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"rmm": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"ucx-py": { | ||
"packages": { | ||
"ucx-py": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"ucxx": { | ||
"packages": { | ||
"distributed-ucxx": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"libucxx": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
}, | ||
"ucxx": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
}, | ||
"wholegraph": { | ||
"packages": { | ||
"pylibwholegraph": { | ||
"has_cuda_suffix": true, | ||
"publishes_prereleases": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.