Provide bindings to C/C++/Python with CMake #2
Conversation
|
Why cmake 4.0? Current latest version in Ubuntu is 3.28. I have tried to install the new version, which took an hour and just broke the old version, and I need additional steps to make 4.0 the default. Unfortunately, I already spent two hours and will spend even more to roll back to 3.28. Not to mention other requirements also seem too new. So, unfortunately, I do not have time for that now. Also, note that I have included in the README the requirements and steps to run the code (and, well, at least gnu version always worked for other people). Assume I have never used cmake, github and so on. So, maybe, after I defend the thesis, and solve problems with the conference application and so on I will return and try to modify your commit, but now I really can't (without clear instructions which can be performed in, let's say, 10 minutes). |
|
Funny how 3.28 is reinstalled in two minutes, while installing 4.0 from source literally took an hour. |
|
And sorry, I really am too busy in the near future. |
It introduced a lot of breaking changes and deprecations and removed old policies which are mostly bugs. The main reason is that this project will exist for a long time and will likely experience a lack of support and maintenance. Thus it is basically reasonable to have all dependency as new as possible at the moment.
Sad to hear that. Usually, it is easy to installed directly within binary distribution or package manager like
Good luck with your thesis defense then! |
No description provided.