-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fix MacOS VM to run RKeOps tests during CI #94
Comments
Note: we should use |
To install required R packages from conda: conda install -c r r-devtools r-knitr r-rcpp r-rcppeigen r-rmarkdown r-roxygen2 r-stringr r-testthat |
Missing C++ lib when trying to build the package with cd keops
R CMD build rkeops Results:
|
Same issue with missing library when running |
It seems that the version of MacOS (10.12) running in the CI pipeline is not enough recent for rkeops. We agreed to use setup a new MacOS VM (10.15) however it is not possible to create new VM at the moment for some technical reason. rkeops package check and test are passing on another clean MacOS machine (10.15) with clean R install (4.0.4). |
New MacOS VM (10.15) is ready to run RKeOps CI, c.f. PR #164 |
Thanks to #92 RKeOps now compiles and runs on MacOs. I also enabled RKeOps tests on MacOS however the VM is not ready (issue with R running and R package installation).
The text was updated successfully, but these errors were encountered: