We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently cuCIM has a number of dependencies it retrieves via CMake and often statically links
Ideally we would retrieve these via package managers (to ensure they stay up-to-date) and dynamically link them
It appears all of them are available via Conda packages
For wheels, we add anything we need to the Docker image used to build wheels. Like what we did with OpenSlide ( rapidsai/ci-imgs#91 )
So think we can handle these dependencies more effectively through these other means
The text was updated successfully, but these errors were encountered:
devcontainer
No branches or pull requests
Currently cuCIM has a number of dependencies it retrieves via CMake and often statically links
Ideally we would retrieve these via package managers (to ensure they stay up-to-date) and dynamically link them
It appears all of them are available via Conda packages
For wheels, we add anything we need to the Docker image used to build wheels. Like what we did with OpenSlide ( rapidsai/ci-imgs#91 )
So think we can handle these dependencies more effectively through these other means
The text was updated successfully, but these errors were encountered: