-
Notifications
You must be signed in to change notification settings - Fork 21
CI: add seperate workflows to build & import pykokkos on linux and macos #313
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
base: main
Are you sure you want to change the base?
Conversation
|
It looks like there's a possible solution on stack-overflow: https://stackoverflow.com/a/79140822/22996414, however, I'm not sure what cmake file to add this to. |
See kokkos/pykokkos#313 for issue.
|
After the meeting: Pending a few extra local checks. |
In addition to the x86 `ubuntu-latest` runner.
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.
LG
I changed base installation, since README and docs suggests to use install_base script. It would be good to test it
There is some problem with MacOS workflow
I was running into issues building pykokkos on my macos laptop, so I thought I'd open a PR. I think it's worthwhile to have these workflows separate, we may very well need differing install instructions for different OS's.