Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fetching of libcugraph info #47

Open
BradReesWork opened this issue Sep 17, 2024 · 0 comments
Open

Fix fetching of libcugraph info #47

BradReesWork opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@BradReesWork
Copy link
Member

This was just a temp fix to all testing. the code should pull libcugraph from the same place as the other packages.
THis is dependent on cuGraph pushing the package

if [[ $PROJECT == "libcugraph" ]]; then
echo "TMP (FIXME) downloading xml for ${PROJECT} into ${XML_DIR}. Environment variable XML_DIR_${PROJECT^^} is set to ${XML_DIR}"
curl -O "https://raw.githubusercontent.com/BradReesWork/data/main/xml.tar.gz"
else
curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}"
fi
done

@BradReesWork BradReesWork added the bug Something isn't working label Sep 17, 2024
@acostadon acostadon added this to the 25.02 milestone Dec 2, 2024
@acostadon acostadon linked a pull request Dec 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants