You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR uses conda-forge packages of `nvcomp` rather than fetching a tarball. This means that the nvcomp binary should not be shipped in the kvikio conda package, but is instead listed as a dependency. This will reduce kvikio's conda package size.
Resolves#242.
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- https://github.com/jakirkham
- Ray Douglass (https://github.com/raydouglass)
URL: #245
Currently nvCOMP is fetched by CMake
kvikio/python/cmake/CMakeLists.txt
Line 15 in d9eee8b
Now that there is an
nvcomp
conda package, it would be good to switch over to using that insteadThe text was updated successfully, but these errors were encountered: