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

Windows: multithreaded runtime linking error #8

Closed
MartinPdeS opened this issue Dec 2, 2022 · 2 comments
Closed

Windows: multithreaded runtime linking error #8

MartinPdeS opened this issue Dec 2, 2022 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@MartinPdeS
Copy link
Owner

There appears to be a runtime linking error with the windows wheel build on GH-actions: windows-latest.
This is closely related to MinGW not being in the path.
What I already tried:
- statically link winpthread (unsuccessfull)
- adding Mingw library directory to path (unsuccessfull)
- removing OpenMP::OpenMP_CXX target link from CmakeList for windows build only (successfull)

I am leaving it this way for the moment, but it is on the to-do list!

@MartinPdeS MartinPdeS added bug Something isn't working enhancement New feature or request labels Dec 2, 2022
@MartinPdeS
Copy link
Owner Author

@MartinPdeS
Copy link
Owner Author

The issue was resolved in a previous commit that integrated the new python build system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant