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

Hotfix/change cmake version #161

Merged
merged 4 commits into from
Feb 16, 2024

Conversation

xingularity
Copy link
Contributor

Change Make version to 3.27.9

@yungyuc
Copy link
Member

yungyuc commented Jan 27, 2024

@chestercheng and @terrychan999 could you please help take a look?

@yungyuc
Copy link
Member

yungyuc commented Jan 27, 2024

@xingularity why 3.27.9 when 3.28.1 is available: https://www.kitware.com/cmake-3-28-1-available-for-download/ ?

@terrychan999
Copy link
Contributor

We can use the latest version if there are no breaking changes.
Otherwise, everything looks good to me.

@chestercheng
Copy link
Collaborator

I’m not sure why it needs to specify that version, but the changes LGTM

@yungyuc
Copy link
Member

yungyuc commented Jan 28, 2024

Using specific version is generally more stable than using master/develop head

Copy link
Member

@yungyuc yungyuc left a comment

Choose a reason for hiding this comment

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

  • Use the latest version 3.28.1

@@ -8,12 +8,12 @@ pkgname=cmake

if [ "${SRCSYNC}" == "tarball" ] ; then

pkgver=${VERSION:-3.25.1}
pkgver=${VERSION:-3.27.9}
Copy link
Member

Choose a reason for hiding this comment

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

Please use the latest 3.28.1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for your comment. That specific version is based on the error message I saw when I tried to build modmesh. There is a new command and it is included after 3.27. 3.27.9 is the latest version in 3.27. I haven't tried 3.28. Let me test if I can build modmesh with 3.28.

@yungyuc
Copy link
Member

yungyuc commented Feb 3, 2024

@xingularity when you finish the change please leave a global comment to request for review. No need to use the system button for it is not clear enough.

@xingularity
Copy link
Contributor Author

@xingularity when you finish the change please leave a global comment to request for review. No need to use the system button for it is not clear enough.

In my latest commit, I have changed CMake version and corresponding hash to 3.28.1. I am now testing to build the environment. I will request for review, once I build Ok.

@yungyuc
Copy link
Member

yungyuc commented Feb 13, 2024

If the cmake version is working, we can merge the PR. Can you confirm?

@xingularity
Copy link
Contributor Author

If the cmake version is working, we can merge the PR. Can you confirm?

The build of cmake is successful on Ubuntu Linux 22.04 and Mac.

@yungyuc yungyuc merged commit b1b5102 into solvcon:main Feb 16, 2024
2 checks passed
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.

4 participants