From bc8919483680a4679b30f5409f16974abb143250 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 31 Dec 2024 12:04:39 -0600 Subject: [PATCH] revert accidental CUDA change --- ci/build_docs.sh | 5 +++-- ...da-122_arch-x86_64.yaml => all_cuda-125_arch-x86_64.yaml} | 4 ++-- dependencies.yaml | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) rename conda/environments/{all_cuda-122_arch-x86_64.yaml => all_cuda-125_arch-x86_64.yaml} (92%) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 841066d..0f6822d 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -26,6 +26,7 @@ for PROJECT in ${PROJ_LIST}; do rapids-logger "Download ${PROJECT} xml_tar" TMP_DIR=$(mktemp -d) export XML_DIR_${PROJECT^^}="$TMP_DIR" + curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_MAJOR_MINOR}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}" done @@ -36,8 +37,8 @@ pushd docs/cugraph-docs # type of failure well. python -c "import cugraph; print(f'Using cugraph: {cugraph}')" sphinx-build -b dirhtml source _html -mkdir -p "${RAPIDS_DOCS_DIR}/cugraph-docs/html" -mv _html/* "${RAPIDS_DOCS_DIR}/cugraph-docs/html" +mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/html" +mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html" popd RAPIDS_VERSION_NUMBER="${RAPIDS_VERSION_MAJOR_MINOR}" rapids-upload-docs diff --git a/conda/environments/all_cuda-122_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml similarity index 92% rename from conda/environments/all_cuda-122_arch-x86_64.yaml rename to conda/environments/all_cuda-125_arch-x86_64.yaml index f996bac..7fb3e31 100644 --- a/conda/environments/all_cuda-122_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -9,7 +9,7 @@ channels: - nvidia dependencies: - breathe>=4.35 -- cuda-version=12.2 +- cuda-version=12.5 - cugraph-dgl==25.2.* - cugraph-pyg==25.2.* - cugraph==25.2.* @@ -31,4 +31,4 @@ dependencies: - sphinx-markdown-tables - sphinx>=8 - sphinxcontrib-websupport -name: all_cuda-122_arch-x86_64 +name: all_cuda-125_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index f02542a..db56c84 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -3,7 +3,8 @@ files: all: output: [conda] matrix: - cuda: ["12.2"] + # docs are only built on the latest CUDA version RAPIDS supports + cuda: ["12.5"] arch: [x86_64] includes: - checks