-
Notifications
You must be signed in to change notification settings - Fork 44
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
abc_cpu lacks support for PowerPC #7
Comments
Dear barracuda156, Appreciate the feedbacks, together with an apology for the slow response. Indeed, when I first implemented the C code, I didn't consider PowerPC. Frankly speaking, I never used a PowerPC machine before and don't have one for testing, either. Regardless, in the new version Rbeast-v0.9.9 posted on CRAN, I revised the code and my best guess is that it should pass the compilation on PowerPC. If not plus if you are still interested in giving it a try on PowerPC, please let me know. |
@zhaokg Thank you very much! Sure, I will give it a go today and update you accordingly. |
Not on CRAN yet, apparently, but I will test it as soon as it shows up. |
@zhaokg Or maybe you could make a branch for that, so I can test it? |
@zhaokg Any update on the matter? |
The latest version from CRAN now fails a bit differently:
P. S. By the way, OpenBLAS has the code for cpu type detection which is confirmed to work on macOS PowerPC (I believe, it works on Linux and BSD too). If that can be helpful. |
Dear barracuda156, Sorry for not being able to track and tackle this issue sooner. As you might have guessed, I couldn't find a powerPC machine to test and debug the code. Thanks again for your patience and continued interest. as well as the pointer to the openBLAS code. I fixed the compilation error you showed and created a new version of Rbeast and posted it here at Github . (CRAN has a policy about the submission frequency, and I have to wait at least two months to submit it to CRAN again). Do you mind giving it a try using the command below? Fingers crossed and hopefully the compilation passes.
As always, appreciate your feedback and patience. Kaiguang
|
The text was updated successfully, but these errors were encountered: