Quansight / omnisci

Explorations on using MapD and Jupyter together.
4 stars 1 forks source link

Conda package for omniscidb-cuda #63

Closed pearu closed 4 years ago

pearu commented 5 years ago

For omniscidb-cuda, use omniscidb-cpu conda-forge feedstock as a template and adjust it taking into account the notes posted by @pearu in https://github.com/Quansight/omnisci/issues/25#issuecomment-491261484_

pearu commented 5 years ago

We have omniscidb-cuda conda package in https://github.com/conda-forge/staged-recipes/pull/9225 .

However, it seems that we have a blocker: https://github.com/conda-forge/cudatoolkit-dev-feedstock/issues/13

pearu commented 4 years ago

As a temporary solution, omniscidb-cuda conda package is provided via quansight channel:

https://anaconda.org/quansight/omniscidb-cuda

So, this task can be considered complete.

pearu commented 4 years ago

While cudatoolkit-dev issue was resolved recently for conda users, using it in a conda-forge recipe is still problematic (calling conda_build.sh fails with no error message). An alternative and perhaps more sustainable approach would be to use cudatoolkit from nvidia channel. Unfortunately, atm it is not possible to specify channels in meta.yaml file.

pearu commented 4 years ago

The omniscidb-cuda PR is currently blocked by https://github.com/conda-forge/nvcc-feedstock/pull/31 that is waiting for a review. Otherwise, omniscidb-cuda staged recipe is ready for moving to feedstock.

pearu commented 4 years ago

omniscdb-cuda is now in feedstock.