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

MSYS2 change MINGW64 to UCRT64 #1220

Closed
wants to merge 2 commits into from

Conversation

AnHeuermann
Copy link
Member

@AnHeuermann AnHeuermann commented Jul 21, 2023

Related Issues

For OpenModelica we want to use the newer Universal C Runtime (UCRT) on Windows, see OpenModelica/OpenModelica#10939.
For this it would also be good if OMSimulator can be build with MSYS2 and UCRT64 as well as MINGW64.

Changes

  • Adding OMDEV_MSYS environment variables to Jenkinsfile and build scripts.
  • Remove 32 bit support (there is no 32 bit Windows, Ubuntu any more)

@AnHeuermann AnHeuermann marked this pull request as ready for review August 7, 2023 15:02
@CLAassistant
Copy link

CLAassistant commented Oct 5, 2023

CLA assistant check
All committers have signed the CLA.

@arun3688 arun3688 force-pushed the msys2-ucrt64 branch 2 times, most recently from 83ebcb0 to 1829915 Compare March 18, 2024 11:37
PATH = "${env.PATH};${env.OMDEV_MSYS}\\${env.MSYSTEM_DIR_PREFIX}\\bin\\;${env.OMDEV_MSYS}\\usr\\bin;C:\\bin\\git\\bin;C:\\bin\\git\\usr\\bin;"
CC="clang"
CXX="clang++"
MSYSTEM = "MINGW64"
Copy link
Member Author

Choose a reason for hiding this comment

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

This should be MSYSTEM = "UCRT64".

@adrpo
Copy link
Member

adrpo commented Mar 20, 2024

I think all these were done in #1286, please check.

@arun3688
Copy link
Contributor

I think all these were done in #1286, please check.

yes @AnHeuermann I hope we can close this PR

@lochel
Copy link
Member

lochel commented Nov 9, 2024

@AnHeuermann, @adrpo, @arun3688 Could you provide an update on the status of this pull request?

@lochel
Copy link
Member

lochel commented Nov 11, 2024

This is implemented by other pull requests and can be closed according to @arun3688.

@lochel lochel closed this Nov 11, 2024
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.

5 participants