Skip to content
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

fix: use long long on Windows #28

Merged
merged 5 commits into from
Dec 7, 2022

Conversation

oscarbenjamin
Copy link
Collaborator

Fixes #10.

There might be more places that needs to be fixed to use slong rather than long but this is an intentionally minimal change that achieves the basic goal of getting python-flint to work on Windows. With this and #26 I was able to make a working Windows wheel that locally passed all tests.

@oscarbenjamin oscarbenjamin mentioned this pull request Dec 6, 2022
@oscarbenjamin
Copy link
Collaborator Author

I tried to add the 32 bit Linux build back to CI but it doesn't seem to have worked...

@oscarbenjamin
Copy link
Collaborator Author

Okay the wheels are building in 32 bit linux and passing basic tests but it doesn't seem that there is a straight-forward way to run a CI job in a 32 bit OS to do a proper test.

@oscarbenjamin
Copy link
Collaborator Author

Okay, I'll merge this now so we can focus on making the Windows wheels work.

@oscarbenjamin oscarbenjamin merged commit edf6be7 into flintlib:master Dec 7, 2022
@oscarbenjamin oscarbenjamin deleted the pr_slong branch December 7, 2022 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows support
1 participant