AdriMaz / flan

R package for Inference on Mutation Models
1 stars 3 forks source link

Avoid passing -std=c++0x to the C compiler. #4

Closed kalibera closed 8 months ago

kalibera commented 8 months ago

This avoids passing -std=c++0x option to the C compiler (clang fails with an error when passed this option).

AdriMaz commented 8 months ago

Thank you for the fix!

kalibera commented 2 months ago

Thanks for the fix (I see you have done it slightly differently). Please do not forget to update also the CRAN version of the package.