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

Building wheels for Windows (close #26) #39

Merged
merged 7 commits into from
Jul 20, 2024
Merged

Conversation

du33169
Copy link
Contributor

@du33169 du33169 commented Jul 20, 2024

  • The long type has different bit-width specifications across platforms, replaced with int64_t.
  • Modified the build configuration files to support building wheels using MSYS2, statically linking those libraries not provided by Windows.
  • Other minor adjustments: encoding, dependencies, etc.

.github/workflows/win_wheels.yml provides a minimal working example of the build process.

Closes #26

@SuYe99 SuYe99 merged commit 9ded473 into GERSL:devel Jul 20, 2024
1 of 3 checks passed
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.

Window platform implementation
2 participants