-
Notifications
You must be signed in to change notification settings - Fork 8
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
illegal opcode on mac #100
Comments
This uses the prebuilt mac binaries on CRAN which means they may not work correctly. |
Thanks for the report. I will look into this. |
Note that it works if I use |
@mattfidler, what's the cpu model of the macos runner? |
Not sure; This is the output at the top:
|
More information about the virtual machine is here: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md I believe it uses the Microsoft Azure framework if that helps. |
@mattfidler Thanks for the information. FYI, I can't reproduce the error on my computer (macOS 10.15.4), by R CMD checking RxODE with CRAN version of symengine. I don't know the precise reason of the crash, but I guess we can try adding Meanwhile, I wonder if it is possible to configure github runner to use |
@isuruf these are quite old cpus that don't have support for instruction sets such as @Marlin-Na this would also be consistent with it working for you, since this issue would only appear on older cpus. |
There flags are here:
Thank from the R source project: |
I'm unsure since the build hasn't completed, but https://github.com/nlmixrdevelopment/RxODE/runs/1538236241?check_suite_focus=true |
The build does work. My guess is that it has to do with the |
Note that travis is going away at the end of this year, others will probably use github actions as a replacement. |
I tried out the new github runner and have the following when loading
symengine
on mac:https://github.com/nlmixrdevelopment/RxODE/runs/1521723803?check_suite_focus=true
The text was updated successfully, but these errors were encountered: