-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can you make R Makevars specify gcc? ipcc fails. #62
Comments
Thanks @wdkrnls. I know next to nothing about compilers, so if you can help me with any of these questions then I could do this more quickly.
|
|
Thanks for replying. The piton package will hopefully be upgraded to the latest version of pegtl (which is the C library that it wraps). I'm going to wait until that happens before doing anything, because that might be where the bug is. |
I will look out for that upgrade and give building tidyxl another shot then on the Intel compiler. In the meantime, my friendly sysadmins have graciously gotten me set up with a pure gcc R+openblas setup as well so I and all my colleagues can benefit from this indispensable tool. Thanks so much for sharing your genius. |
@wdkrnls now that tidyxl and piton have been upgraded, please could you try building tidyxl? Thanks. |
Hi @nacnudus, I just tried again today with the Intel compiler. I'm still seeing "compilation aborted for xlex.cpp (code 2)". Fortunately, I have been able to keep everyone going with tidyxl using the gcc compiler. |
I wonder whether it would be as simple as putting |
It turns out that packages can't override |
Perhaps you can check with the rstan developers for tips about what they do? They require the user to setup a special |
Hello,
I noticed that the Intel compiler barfs on your package when trying to link with piton.
It seems to build fine with gcc.
The text was updated successfully, but these errors were encountered: