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 CI crash on windows #9

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Fix CI crash on windows #9

merged 3 commits into from
Jul 20, 2022

Conversation

nennigb
Copy link
Owner

@nennigb nennigb commented Jul 20, 2022

The CI on windows crashes since few months because the import of compiled extensions was not done properly on windows plateform. The extension is compiled using the m2w64-toolchain conda package. After the package installation a .libs is created by the building tool chain (m2w64-gfortran + msvc) and should be added to the os path.

See also

  - Add `.libs` to system path
  - Use `os.add_dll_directory` for python version >= 3.8
@nennigb nennigb self-assigned this Jul 20, 2022
@nennigb nennigb added the CI label Jul 20, 2022
@MartinGhienne MartinGhienne merged commit cde0048 into master Jul 20, 2022
@nennigb nennigb deleted the fix-ci-win branch September 5, 2022 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants