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

[Feature] Add windows support #36

Merged
merged 12 commits into from
Jan 29, 2025
Merged

Conversation

sindre-nistad
Copy link
Collaborator

Compile, test and publish wheels for Windows.
Originally, this was attempted as part of #26, but I ran into trouble, hence making it a separate PR

@sindre-nistad sindre-nistad changed the title Feature/add windows support [Feature] Add windows support Jan 17, 2024
@sindre-nistad sindre-nistad force-pushed the feature/add-windows-support branch 2 times, most recently from 0d56c09 to cbaf78e Compare January 10, 2025 09:55
The Windows installer for Intel oneAPI (may) place `libiomp5md` in a different place than the rest of the libraries
@sindre-nistad sindre-nistad force-pushed the feature/add-windows-support branch from e0085da to 2c07f72 Compare January 13, 2025 09:48
MSVS uses a different convention for relevant options than GCC / LLVM.

The paths from preprocessing are generally written using Windows-style directory separators (`\`), while CMake generally operates with UNIX-style separators (`/`)
`MKLConfig.cmake` may be located in different places (especially on Windows)
@sindre-nistad sindre-nistad force-pushed the feature/add-windows-support branch 4 times, most recently from 84ce12b to 9d6e1e1 Compare January 28, 2025 08:52
@sindre-nistad sindre-nistad marked this pull request as ready for review January 28, 2025 08:54
@sindre-nistad sindre-nistad self-assigned this Jan 28, 2025
Copy link

@sebastianvitterso sebastianvitterso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't say much about the cmake-files, but the rest looked good!

.github/workflows/ci.yaml Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
@sindre-nistad sindre-nistad force-pushed the feature/add-windows-support branch from 9d6e1e1 to 675a60c Compare January 29, 2025 08:23
@sindre-nistad sindre-nistad merged commit 577e6b0 into main Jan 29, 2025
12 checks passed
@sindre-nistad sindre-nistad deleted the feature/add-windows-support branch January 29, 2025 09:31
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.

2 participants