-
Notifications
You must be signed in to change notification settings - Fork 20
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
Updated build for Windows #45
Conversation
replaced add_reconfigure with add_configure under the Util Functions
…s libomp140_x86_64.dll which is not redistributable
# Conflicts: # README.md
Updated README.md
removed Python 3.5, and added 3.9 and 3.10
changed python version from numerical to string
changed python version to '3.x'
Added support for Windows by defining ssize_t
Changing VERSION_INFO to "VERSION_INFO" because it causes compiler errors
changed 3.x to actual version numbers
removed '3.5' as it causes build actions error
changed to setup-python@v2
added windows build support for setup-python@v2
fixing build errors
adding windows only setup
Updated PyBind11 >= 2.9
# Conflicts: # .github/workflows/build.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR! Just some minor comments:
I guess you've forgotten to push your commits? :) |
(misclick the close button) |
Made modifications for Windows
I just committed the latest |
did you have any chance to look at this |
Sorry for the long delay... I'm swamped these days and have no time for OSS activity... Will take a look hopefully this month. I am a little bit concerned about type casts like those added in the following line. These changes are small, but could affect speed and cause bugs (I have explicitly written the code not to do such casts). I would like to take a moment to read the code and think about this part. |
Sorry for the extremely long delay! Let me merge this PR. |
GitHub actions upgraded windows-latest to windows-2022 from windows-2019, which doesn't include C++14 toolset required for Python 3.5 setup, updated the build.yml and fixed any required changes for windows-latest to build successfully