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

Release build against CUDA 10.2 #6

Open
carterbox opened this issue May 12, 2020 · 1 comment
Open

Release build against CUDA 10.2 #6

carterbox opened this issue May 12, 2020 · 1 comment

Comments

@carterbox
Copy link
Contributor

Please make a release for CUDA 10.2. The LPRec binary links against libcudart.10.0.so so any newer library minor versions are not compatible.

@carterbox
Copy link
Contributor Author

In fact, you should pin your cudatoolkit dependency to the minor version. Something like:

requirements:
    build:
        - numpy {{ numpy }}
    run:
        - {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant