getkeops / keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
https://www.kernel-operations.io
MIT License
1.05k stars 64 forks source link

Fix ci oban #134

Closed gdurif closed 3 years ago

gdurif commented 3 years ago

Minor modifications related to CI fails on cuda machine

I installed a missing system dependency (pacman -S libgit2) for a required R package.

For the CI to pass on the cuda machine, it is necessary to reinstall all R dependencies with:

cd rkeops/ci
Rscript prepare_ci.R
# !!! important : go to the directory, `Rscript rkeops/ci/prepare_ci.R` will not work as expected