-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
faiss v1.8.0 #75
faiss v1.8.0 #75
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
…nda-forge-pinning 2024.05.15.01.23.59
c576626
to
684d38d
Compare
…nda-forge-pinning 2024.06.07.18.45.09
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
The transition to CUDA 12 SDK includes new packages for all CUDA libraries and build tools. Notably, the cudatoolkit package no longer exists, and packages should depend directly on the specific CUDA libraries (libcublas, libcusolver, etc) as needed. For an in-depth overview of the changes and to report problems [see this issue]( conda-forge/conda-forge.github.io#1963 ). Please feel free to raise any issues encountered there. Thank you! 🙏
this can come back later as a proper archspec build
@conda-forge/cuda, I'm getting the following error on
Any ideas what's causing this or how to fix it? It's also curious that the higher glibc-requirement is apparently specific to linux-aarch64; it doesn't show up on linux-64 or linux-ppc64le. CC @beckermr @isuruf @jakirkham in case the alma docker images are still missing missing something related to cross-compilation/QEMU somehow? |
You need to fix the line https://github.com/conda-forge/conda-forge-ci-setup-feedstock/blob/94113f23f45b667a5521a37d06af82da883c14df/recipe/cross_compile_support.sh#L23 to use the correct 2.28 version. |
…nda-forge-pinning 2024.08.07.16.47.35
bec7af7
to
67a59d6
Compare
Alright, let's revive this 🧟 feedstock 🪄 |
First chunk in a long list of things to do here...
Closes #62
Closes #70
Closes #71
Closes #72
Closes #74