-
Notifications
You must be signed in to change notification settings - Fork 244
Py39/cantera26 arm #2765
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
Py39/cantera26 arm #2765
Conversation
this is handled in the env file
@jonwzheng looks like this is working - if this passes all CI can you please review and merge if all looks good? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
failing LiquidReactorTest
atm
premature approval (tests had not finished running)
I think it is just because the ARM macs have slightly different floating point rounding errors than the intel macs. Loosened the test requirement in a101ec4 |
@jonwzheng the reg test is failing because of upstream thing (I think we need to rebase the branch of RMS we are using) so I am going to go ahead and merge all the PRs and then try to fix it in the base one |
okay! sounds good. |
Python 3.9 upgrade doesn't work with ARM Mac + RMS.
This is because we currently run ARM macs in x86 emulation mode (since
cantera
doesn't have ARM Mac binaries) which (for some reason) breaks RMS compatibility.Instead of upgrading cantera version (#2751) to resolve this, we will just change the channel from which we install
cantera
to one which has binaries we need.