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

Updated build for Windows #45

Merged
merged 46 commits into from Aug 5, 2022
Merged

Updated build for Windows #45

merged 46 commits into from Aug 5, 2022

Conversation

ashleyabraham
Copy link
Contributor

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

ashleyabraham and others added 30 commits September 15, 2021 15:31
replaced add_reconfigure with add_configure under the Util Functions
…s libomp140_x86_64.dll which is not redistributable
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
Copy link
Owner

@matsui528 matsui528 left a 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:

.github/workflows/build.yml Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
src/main.cpp Outdated Show resolved Hide resolved
src/rii.h Outdated Show resolved Hide resolved
@matsui528
Copy link
Owner

I guess you've forgotten to push your commits? :)

@matsui528 matsui528 closed this Mar 11, 2022
@matsui528 matsui528 reopened this Mar 11, 2022
@matsui528
Copy link
Owner

(misclick the close button)

Made modifications for Windows
@ashleyabraham
Copy link
Contributor Author

I just committed the latest

@ashleyabraham
Copy link
Contributor Author

did you have any chance to look at this

@matsui528
Copy link
Owner

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.
https://github.com/matsui528/rii/pull/45/files#diff-b84eefcfd2fe25d3c71f6badf5b15b1dfd0f8715dfe47402f07c0a69c327fc59R156

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.

@matsui528
Copy link
Owner

Sorry for the extremely long delay! Let me merge this PR.

@matsui528 matsui528 merged commit c3bce1c into matsui528:main Aug 5, 2022
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.

None yet

2 participants